Skip to content

chore(deps-dev): bump eslint from 9.39.5 to 10.8.0 #37

chore(deps-dev): bump eslint from 9.39.5 to 10.8.0

chore(deps-dev): bump eslint from 9.39.5 to 10.8.0 #37

Workflow file for this run

name: CI
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Setup Node.js
uses: actions/setup-node@v7
with:
node-version: 24
cache: 'npm'
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run lint