mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
17 lines
319 B
YAML
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"
|