Skip to content

Preparing for release 13.16.2 (automated). #3805

Preparing for release 13.16.2 (automated).

Preparing for release 13.16.2 (automated). #3805

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- support/*
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version-file: '.nvmrc'
- run: npm install --omit=production
- run: npm run lint