Skip to content

Commit

Permalink
Add cargo-check on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Sep 16, 2022
1 parent d10cc6a commit f5c067d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ jobs:
command: fmt
args: -- --check

check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
with:
command: check
args: --all-targets

clippy:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit f5c067d

Please sign in to comment.