File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 44
44
- name : Run tests
45
45
uses : tree-sitter/parser-test-action@v2
46
46
with :
47
- test-rust : ${{runner.os == 'Linux'}}
48
- test-swift : ${{runner.os == 'macOS'}}
47
+ test-rust : true
48
+ test-node : true
49
+ test-python : true
50
+ test-go : true
51
+ test-swift : true
49
52
- name : Parse examples
50
53
id : test
51
54
uses : tree-sitter/parse-action@v4
54
57
examples/**/*.ts
55
58
examples/**/*.tsx
56
59
!examples/redux/src/types/store.ts
60
+ !examples/vscode/src/bootstrap-window.ts
Original file line number Diff line number Diff line change 1
- name : Publish package
1
+ name : Publish packages
2
2
3
3
on :
4
4
push :
5
5
tags : ["*"]
6
6
7
- concurrency :
8
- group : ${{github.workflow}}-${{github.ref}}
9
- cancel-in-progress : true
10
-
11
7
jobs :
8
+ github :
9
+ uses : tree-sitter/workflows/.github/workflows/release.yml@main
12
10
npm :
13
11
uses : tree-sitter/workflows/.github/workflows/package-npm.yml@main
14
12
secrets :
You can’t perform that action at this time.
0 commit comments