Skip to content

Merge pull request #16 from zoenolan/dependabot/npm_and_yarn/eslint-8… #32

Merge pull request #16 from zoenolan/dependabot/npm_and_yarn/eslint-8…

Merge pull request #16 from zoenolan/dependabot/npm_and_yarn/eslint-8… #32

Workflow file for this run

name: JavaScript Lint
on: push
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: yarn install
- run: yarn lint