nvim-treesitter/.github/workflows/test-queries.yml
Christian Clason 0418c02ff3 ci: renovate
2025-05-02 17:19:58 +02:00

17 lines
315 B
YAML

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