From a311cacbdf8fd5b41b444f639ecf21219d479aca Mon Sep 17 00:00:00 2001 From: MikuroXina Date: Mon, 25 Oct 2021 22:21:12 +0900 Subject: Add clippy in rustfmt job --- .github/workflows/bindgen.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3