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.
2 parents 1185bfc + 207ec41 commit 0a5647dCopy full SHA for 0a5647d
.github/workflows/tree-sitter-extractor-test.yml
@@ -25,20 +25,22 @@ defaults:
25
26
jobs:
27
test:
28
+ runs-on: ubuntu-latest
29
steps:
30
- uses: actions/checkout@v3
31
- name: Check formatting
32
run: cargo fmt --all -- --check
33
- name: Run tests
34
run: cargo test --verbose
- - name: Run clippy
35
fmt:
36
37
38
39
40
run: cargo fmt --check
41
clippy:
42
43
44
45
- name: Run clippy
- run: cargo clippy -- --no-deps -D warnings
46
+ run: cargo clippy -- --no-deps # -D warnings
0 commit comments