mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-12-23 06:30:57 +00:00
ci: add clippy job
This commit is contained in:
parent
57c190d56e
commit
97df4fe215
1 changed files with 14 additions and 0 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
|
@ -262,3 +262,17 @@ jobs:
|
|||
- name: Verify fuzz targets build
|
||||
run: cargo check
|
||||
working-directory: fuzz
|
||||
|
||||
clippy:
|
||||
permissions:
|
||||
checks: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: nightly
|
||||
components: clippy
|
||||
- run: cargo clippy --all-features --all-targets --workspace -- --allow warnings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue