Skip to content

Merge branch 'main' into csp #396

Merge branch 'main' into csp

Merge branch 'main' into csp #396

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js 20
uses: actions/setup-node@v6
with:
node-version: 22
- run: npm ci
- run: npm run lint