Skip to content

Pin versions

Pin versions #448

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 22.11.0
cache: npm
- name: Prepare .env
run: cp .env.example .env
- run: npm ci
- run: make lint