File tree 3 files changed +8
-8
lines changed 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
on :
4
4
push :
5
- branches : ["*" ]
5
+ branches : [master ]
6
6
paths :
7
7
- grammar.js
8
8
- src/**
44
44
- name : Run tests
45
45
uses : tree-sitter/parser-test-action@v2
46
46
with :
47
- test-rust : ${{runner.os == 'Linux'}}
47
+ test-rust : true
48
+ test-node : true
49
+ test-python : true
50
+ test-go : true
51
+ test-swift : true
48
52
- name : Parse examples
49
53
uses : tree-sitter/parse-action@v4
50
54
with :
Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v4
18
18
- name : Run fuzzer
19
19
uses : tree-sitter/fuzz-action@v4
20
- with :
21
- tree-sitter-version : v0.22.2
Original file line number Diff line number Diff line change 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