Skip to content

Commit

Permalink
Rust fmt action
Browse files Browse the repository at this point in the history
Add run fmt action on commit
  • Loading branch information
altmannmarcelo committed Apr 3, 2024
1 parent 00b09e8 commit b5feefd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:

- name: Install pre-requirements
run: sudo curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -q -y

- name: Check format
run: cargo fmt --check

- name: Install cargo-generate-rpm
run: cargo install cargo-generate-rpm
Expand Down

0 comments on commit b5feefd

Please sign in to comment.