Skip to content

Merge pull request #24 from casrpg/dependabot/npm_and_yarn/eslint-9.14.0 #114

Merge pull request #24 from casrpg/dependabot/npm_and_yarn/eslint-9.14.0

Merge pull request #24 from casrpg/dependabot/npm_and_yarn/eslint-9.14.0 #114

Workflow file for this run

name: Lint
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/setup-node@v4.0.4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run Linter
run: npm run lint