diff options
-rw-r--r-- | .github/workflows/bindgen.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/bindgen.yml b/.github/workflows/bindgen.yml index 11379aa7..bc525ed6 100644 --- a/.github/workflows/bindgen.yml +++ b/.github/workflows/bindgen.yml @@ -23,7 +23,7 @@ jobs: # features. toolchain: nightly override: true - components: rustfmt + components: rustfmt, clippy - name: Run rustfmt uses: actions-rs/cargo@v1 @@ -31,6 +31,11 @@ jobs: command: fmt args: -- --check + - name: Run clippy + uses: actions-rs/cargo@v1 + with: + command: clippy + msrv: runs-on: ubuntu-latest steps: |