Skip to content

fix(ui): add traversal depth and result count bounds for UI hierarchy and queries (#126) #26

fix(ui): add traversal depth and result count bounds for UI hierarchy and queries (#126)

fix(ui): add traversal depth and result count bounds for UI hierarchy and queries (#126) #26

Workflow file for this run

name: Code Linter
on:
pull_request:
merge_group:
types: [checks_requested]
workflow_dispatch:
inputs:
mode:
description: Files to scan
required: false
default: all
type: choice
options:
- all
- changed
schedule:
- cron: "0 5 * * 1"
permissions:
contents: read
concurrency:
group: ci-scope-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
code-linter:
uses: ForkHorizon/ci-gates/.github/workflows/code-linter.yml@main
with:
mode: ${{ inputs.mode || 'auto' }}
config: .code-linter.json
gates-ref: main
runs-on: '["self-hosted", "macOS", "ARM64", "ci-scope", "ci-scope-v2"]'