Skip to content

ci: bump actions/upload-artifact from 4.5.0 to 4.6.0 (#155) #376

ci: bump actions/upload-artifact from 4.5.0 to 4.6.0 (#155)

ci: bump actions/upload-artifact from 4.5.0 to 4.6.0 (#155) #376

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