Skip to content

build(deps-dev): bump globals from 15.11.0 to 15.12.0 (#142) #348

build(deps-dev): bump globals from 15.11.0 to 15.12.0 (#142)

build(deps-dev): bump globals from 15.11.0 to 15.12.0 (#142) #348

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