Skip to content

Commit 0a5647d

Browse files
authored
Merge pull request github#13033 from github/aibaars-patch-2
Update tree-sitter-extractor-test.yml
2 parents 1185bfc + 207ec41 commit 0a5647d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tree-sitter-extractor-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,22 @@ defaults:
2525

2626
jobs:
2727
test:
28+
runs-on: ubuntu-latest
2829
steps:
2930
- uses: actions/checkout@v3
3031
- name: Check formatting
3132
run: cargo fmt --all -- --check
3233
- name: Run tests
3334
run: cargo test --verbose
34-
- name: Run clippy
3535
fmt:
36+
runs-on: ubuntu-latest
3637
steps:
3738
- uses: actions/checkout@v3
3839
- name: Check formatting
3940
run: cargo fmt --check
4041
clippy:
42+
runs-on: ubuntu-latest
4143
steps:
4244
- uses: actions/checkout@v3
4345
- name: Run clippy
44-
run: cargo clippy -- --no-deps -D warnings
46+
run: cargo clippy -- --no-deps # -D warnings

0 commit comments

Comments
 (0)