Skip to content

Jan26 qa fixes

Jan26 qa fixes #429

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- "*"
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint:ci