Skip to content

Bump eslint from 8.56.0 to 9.3.0 (#43) #102

Bump eslint from 8.56.0 to 9.3.0 (#43)

Bump eslint from 8.56.0 to 9.3.0 (#43) #102

Workflow file for this run

name: CI
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
- name: npm install
run: npm install
- name: Run eslint & prettier
run: npm run check-all