Skip to content

Bump eslint from 8.57.0 to 9.25.0 #13

Bump eslint from 8.57.0 to 9.25.0

Bump eslint from 8.57.0 to 9.25.0 #13

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint package
run: |
npm install
npm run lint