Skip to content

Commit

Permalink
ci: check & assert formatting through cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitgeist committed Dec 16, 2024
1 parent 66d62ad commit f951836
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
cargo build
cargo test
cargo fmt --check
cargo clippy -- -Dwarnings
- name: SQLITE3 Smoke Test
working-directory: ileap-data-model/sql-example
Expand Down

0 comments on commit f951836

Please sign in to comment.