Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/semver-5.7.2 #561

Merge branch 'main' into dependabot/npm_and_yarn/semver-5.7.2

Merge branch 'main' into dependabot/npm_and_yarn/semver-5.7.2 #561

Workflow file for this run

name: Lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint