nvim-treesitter/.github/workflows/test-queries.yml
Christian Clason c5a8c9d01a ci(tests): add optional workflow for generating grammars
run on PR by adding label `ci:generate` or manually
2025-05-12 18:43:40 +02:00

17 lines
319 B
YAML

name: Check queries
on:
pull_request:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
check_compilation:
name: Build
uses: ./.github/workflows/test-core.yml
with:
type: "queries"