Skip to content

chore(deps-dev): bump eslint from 9.20.0 to 9.20.1 in the eslint group #211

chore(deps-dev): bump eslint from 9.20.0 to 9.20.1 in the eslint group

chore(deps-dev): bump eslint from 9.20.0 to 9.20.1 in the eslint group #211

Workflow file for this run

name: 'ESLint'
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
name: 'ESLint'
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout code'
uses: 'actions/checkout@v4'
- name: 'Install Node.js'
uses: 'actions/setup-node@v4'
with:
node-version: '20.x'
- name: 'Install NPM packages'
run: 'npm ci'
- name: 'Run ESLint'
run: 'npm run lint'