Skip to content

build(deps-dev): bump eslint from 9.1.1 to 9.2.0 (#87) #204

build(deps-dev): bump eslint from 9.1.1 to 9.2.0 (#87)

build(deps-dev): bump eslint from 9.1.1 to 9.2.0 (#87) #204

Workflow file for this run

---
name: Lint
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
name: Lint project
steps:
- name: Checkout sources
uses: actions/[email protected]
- name: Install node 18
uses: actions/[email protected]
with:
node-version: "18"
cache: npm
- name: Install project modules
run: npm ci
- name: Lint source files
run: npm run lint