Skip to content

Bug fixes - testing KB instruction #622

Bug fixes - testing KB instruction

Bug fixes - testing KB instruction #622

Workflow file for this run

name: ESLint
on:
pull_request:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 24
- run: npm ci
- run: npx eslint .
continue-on-error: true # Remove to block PRs that fail the check