File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v6
14- - name : Install Rust
15- uses : actions-rust-lang/setup-rust-toolchain@v1
16- - name : Cache cargo
17- uses : Swatinem/rust-cache@v2
18- - name : Install cargo-audit
19- run : cargo install cargo-audit
20- - name : Run audit
21- run : cargo audit
14+ - uses : rustsec/audit-check@v2
15+ with :
16+ token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 44 branches : [master]
55 pull_request :
66 branches : [master]
7- workflow_call :
87env :
98 CARGO_TERM_COLOR : always
109jobs :
2423 run : cargo fmt -- --check
2524 - name : Clippy
2625 run : cargo clippy --all-targets -- -D warnings -W clippy::pedantic
27- - name : Build
28- run : cargo build --locked
2926 - name : Run tests
3027 run : cargo test --all-targets --locked
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments