We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a1f45 commit 9fed7a4Copy full SHA for 9fed7a4
.github/workflows/ci.yml
@@ -31,6 +31,7 @@ jobs:
31
tree-sitter-ref: "v0.25.3"
32
33
- name: Check the ABI version
34
+ if: ${{ runner.os != 'Windows' }}
35
run: |
36
have_it=$(grep "^#define LANGUAGE_VERSION $TREE_SITTER_ABI_VERSION\s*$" src/parser.c -c)
37
test "$have_it" -eq 1
0 commit comments