Skip to content

build(deps-dev): bump eslint from 8.53.0 to 8.56.0 #153

build(deps-dev): bump eslint from 8.53.0 to 8.56.0

build(deps-dev): bump eslint from 8.53.0 to 8.56.0 #153

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