mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-23 05:40:11 -04:00
ci: renovate
This commit is contained in:
parent
b4aa6d9650
commit
0418c02ff3
17 changed files with 256 additions and 265 deletions
6
.github/workflows/test-queries.yml
vendored
6
.github/workflows/test-queries.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Check queries
|
||||
name: Tests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
@ -6,7 +6,7 @@ on:
|
|||
- "main"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
group: ${{ github.workflow }}-build-${{ github.ref }}
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
jobs:
|
||||
|
|
@ -14,4 +14,4 @@ jobs:
|
|||
name: Build
|
||||
uses: ./.github/workflows/test-core.yml
|
||||
with:
|
||||
type: "queries"
|
||||
type: "build"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue