diff options
| author | Hamir Mahal <hamirmahal@gmail.com> | 2024-04-17 01:35:53 -0700 |
|---|---|---|
| committer | Hamir Mahal <hamirmahal@gmail.com> | 2024-04-17 01:35:53 -0700 |
| commit | 4eec81a1131a3159bce2131266a8d62d98212741 (patch) | |
| tree | d747e2332f5171025fa11f6c8d804f7699ac0858 /.github | |
| parent | 9a13bccd6305a83635993b9e2f80422a35566ee3 (diff) | |
ci: add `clippy` job to `rust.yml` workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 515dc50..689d05e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -10,6 +10,11 @@ env: CARGO_TERM_COLOR: always jobs: + clippy: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - run: cargo clippy -- --deny warnings fmt: runs-on: ubuntu-latest steps: |
