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 490d878 commit 9669837Copy full SHA for 9669837
.github/workflows/ci.yml
@@ -45,7 +45,11 @@ jobs:
45
- name: Run tests
46
uses: tree-sitter/parser-test-action@v2
47
with:
48
- test-rust: ${{runner.os == 'Linux'}}
+ test-rust: true
49
+ test-node: true
50
+ test-python: true
51
+ test-go: true
52
+ test-swift: true
53
- name: Parse examples
54
id: examples
55
continue-on-error: true
.github/workflows/publish.yml
@@ -4,11 +4,9 @@ on:
4
push:
5
tags: ["*"]
6
7
-concurrency:
8
- group: ${{github.workflow}}-${{github.ref}}
9
- cancel-in-progress: true
10
-
11
jobs:
+ github:
+ uses: tree-sitter/workflows/.github/workflows/release.yml@main
12
npm:
13
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
14
secrets:
0 commit comments