Skip to content

Commit 51af102

Browse files
committed
maybe fixed pipeline
1 parent 0183cb8 commit 51af102

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- bindings/**
1111
- binding.gyp
1212
- test_on_cpp2_files.sh
13+
- .github/workflows/*
1314
pull_request:
1415
paths:
1516
- grammar.js
@@ -18,6 +19,7 @@ on:
1819
- bindings/**
1920
- binding.gyp
2021
- test_on_cpp2_files.sh
22+
- .github/workflows/*
2123

2224
concurrency:
2325
group: ${{github.workflow}}-${{github.ref}}
@@ -49,7 +51,7 @@ jobs:
4951
sparse-checkout: queries/
5052
ref: v0.22.3
5153
- name: Set up tree-sitter
52-
uses: tree-sitter/setup-action/cli@v1
54+
uses: tree-sitter/setup-action/cli@82b255ba7408ae2a2ec3f3a697ec211bff912f2a # v1
5355
- name: Run tests
5456
uses: tree-sitter/parser-test-action@89f9071ad0c75902919524e56059c6898825343b # v2
5557
with:

0 commit comments

Comments
 (0)