mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Update tree-sitter-extractor-test.yml
Fix workflow
This commit is contained in:
@@ -25,20 +25,22 @@ defaults:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check formatting
|
||||
run: cargo fmt --all -- --check
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
- name: Run clippy
|
||||
fmt:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check formatting
|
||||
run: cargo fmt --check
|
||||
clippy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run clippy
|
||||
run: cargo clippy -- --no-deps -D warnings
|
||||
run: cargo clippy -- --no-deps -D warnings
|
||||
|
||||
Reference in New Issue
Block a user