Skip to content

ci: Add linter action and fix lint errors #5

ci: Add linter action and fix lint errors

ci: Add linter action and fix lint errors #5

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
name: Run Linter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Run eslint
run: |
npm ci
npm run lint