Skip to content

JS: Recognise that a less-than test is as good as a non-equal test for mitigating off-by-one array access #6428

JS: Recognise that a less-than test is as good as a non-equal test for mitigating off-by-one array access

JS: Recognise that a less-than test is as good as a non-equal test for mitigating off-by-one array access #6428

Workflow file for this run

name: Check query IDs
on:
pull_request:
paths:
- "**/src/**/*.ql"
- misc/scripts/check-query-ids.py
- .github/workflows/check-query-ids.yml
branches:
- main
- "rc/*"
workflow_dispatch:
permissions:
contents: read
jobs:
check:
name: Check query IDs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Check for duplicate query IDs
run: python3 misc/scripts/check-query-ids.py