Skip to content

chore(deps-dev): bump eslint from 8.56.0 to 8.57.0 #647

chore(deps-dev): bump eslint from 8.56.0 to 8.57.0

chore(deps-dev): bump eslint from 8.56.0 to 8.57.0 #647

Workflow file for this run

name: Linter
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: npm i
- name: Run ESLint
run: npm run lint