Skip to content

Bump @eslint/json from 0.7.0 to 0.8.0 in the dev-dependencies group #33

Bump @eslint/json from 0.7.0 to 0.8.0 in the dev-dependencies group

Bump @eslint/json from 0.7.0 to 0.8.0 in the dev-dependencies group #33

name: Lint pushes/PRs
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm ci # instead of install to ensure consistency and determinism in CI/CD workflow
- name: Run ESLint
run: npm run lint