Skip to content

Commit

Permalink
add a format check
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Nov 29, 2024
1 parent 45e375a commit a89e7c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Python
run: sudo apt-get install python3
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose
- name: Fmt
run: cargo fmt --check
- name: Clippy
run: cargo clippy --verbose --all -- -D warnings
- name: Audit
Expand Down

0 comments on commit a89e7c7

Please sign in to comment.