Skip to content

Commit

Permalink
add rustfmt, clippy validation
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Dec 4, 2024
1 parent b4d9686 commit eccf5da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Run rustfmt
run: cargo fmt --all -- --check
- name: Run clippy
run: cargo clippy --all-targets
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit eccf5da

Please sign in to comment.