We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661d49b commit baef04dCopy full SHA for baef04d
.github/workflows/ci.yml
@@ -37,11 +37,11 @@ jobs:
37
- name: Run tests
38
uses: tree-sitter/parser-test-action@v2
39
with:
40
- test-rust: ${{runner.os == 'Linux'}}
+ test-rust: true
41
test-node: true
42
test-python: true
43
test-go: true
44
- test-swift: ${{runner.os == 'macOS'}}
+ test-swift: true
45
- name: Parse examples
46
uses: tree-sitter/parse-action@v4
47
.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