Skip to content

ci(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#140) #337

ci(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#140)

ci(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#140) #337

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