Skip to content

Bump eslint from 9.3.0 to 9.9.1 (#45) #108

Bump eslint from 9.3.0 to 9.9.1 (#45)

Bump eslint from 9.3.0 to 9.9.1 (#45) #108

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