Skip to content

fix: correct distinction of error types #29

fix: correct distinction of error types

fix: correct distinction of error types #29

Workflow file for this run

name: eslint
on:
push:
paths:
- 'src/**'
- 'test/**'
pull_request:
paths:
- 'src/**'
- 'test/**'
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-node@main
with:
node-version: latest
- run: npm install
- run: npm run lint