Skip to content

Bump eslint from 9.12.0 to 9.13.0 (#51) #119

Bump eslint from 9.12.0 to 9.13.0 (#51)

Bump eslint from 9.12.0 to 9.13.0 (#51) #119

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