Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drcapybara committed Mar 5, 2024
1 parent 3d47b7f commit eff9b38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
command: fmt
args: -- --check

- name: Check formatting
uses: actions-rs/cargo@v1
with:
command: clippy
args: --verbose

- name: Build
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit eff9b38

Please sign in to comment.