Skip to content

Commit

Permalink
Add a check for rustfmt on build
Browse files Browse the repository at this point in the history
  • Loading branch information
paytonrules committed Dec 19, 2024
1 parent adfeafb commit 4166425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trunk-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
components: rustfmt, clippy
- uses: jetli/[email protected]
- uses: jetli/[email protected]
- run: cargo fmt --all -- --check
- name: Build Static Site with Trunk
run: trunk build --release
- name: Upload static files as an artifact
Expand Down

0 comments on commit 4166425

Please sign in to comment.