Skip to content

Commit

Permalink
ci: run cargo fmt for htp
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber committed Dec 2, 2024
1 parent 5e019c3 commit 58debd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,6 @@ jobs:
# especially without debug feature
- run: cargo clippy
working-directory: rust
# does not work in other subdirectories for now
- run: cargo fmt
working-directory: rust/htp

0 comments on commit 58debd9

Please sign in to comment.