Skip to content

Bump eslint from 9.4.0 to 9.9.0 #54

Bump eslint from 9.4.0 to 9.9.0

Bump eslint from 9.4.0 to 9.9.0 #54

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "latest"
- name: Install dependencies
run: yarn install
# Run verbose ESLint
- name: Run ESLint
run: yarn lint