We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0183cb8 commit 51af102Copy full SHA for 51af102
.github/workflows/ci.yml
@@ -10,6 +10,7 @@ on:
10
- bindings/**
11
- binding.gyp
12
- test_on_cpp2_files.sh
13
+ - .github/workflows/*
14
pull_request:
15
paths:
16
- grammar.js
@@ -18,6 +19,7 @@ on:
18
19
20
21
22
23
24
concurrency:
25
group: ${{github.workflow}}-${{github.ref}}
@@ -49,7 +51,7 @@ jobs:
49
51
sparse-checkout: queries/
50
52
ref: v0.22.3
53
- name: Set up tree-sitter
- uses: tree-sitter/setup-action/cli@v1
54
+ uses: tree-sitter/setup-action/cli@82b255ba7408ae2a2ec3f3a697ec211bff912f2a # v1
55
- name: Run tests
56
uses: tree-sitter/parser-test-action@89f9071ad0c75902919524e56059c6898825343b # v2
57
with:
0 commit comments