We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa6baa commit c4afdd4Copy full SHA for c4afdd4
.github/workflows/ci.yml
@@ -36,6 +36,7 @@ jobs:
36
test-swift: false # default
37
38
- name: Check correspondence to Ohm parser
39
+ if: ${{ runner.os != 'Windows' }}
40
run: |
- git clone https://github.com/tact-lang/tact.git
41
+ git clone https://github.com/tact-lang/tact.git -b "$(jq -r '.version' < package.json)"
42
npm run parse -- -q tact/src/grammar/test/*.tact
0 commit comments