Skip to content

chore(deps-dev): bump eslint from 9.11.1 to 9.12.0 (#621) #1475

chore(deps-dev): bump eslint from 9.11.1 to 9.12.0 (#621)

chore(deps-dev): bump eslint from 9.11.1 to 9.12.0 (#621) #1475

Workflow file for this run

name: lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@master
with:
node-version: 22
- name: Checkout Code
uses: actions/checkout@v4
- name: Run Linter
run: |
npm ci
npm run lint