Skip to content

Bump eslint from 8.39.0 to 8.41.0 (#103) #165

Bump eslint from 8.39.0 to 8.41.0 (#103)

Bump eslint from 8.39.0 to 8.41.0 (#103) #165

Workflow file for this run

name: 'lint'
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm ci
- run: |
npm run format-check
- run: |
npm run lint