diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9549584..a54c262 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - components: rustfmt + with: + components: rustfmt - run: cargo fmt --all -- --check docs: @@ -36,5 +37,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@nightly - components: clippy + with: + components: clippy - run: cargo clippy --target armv7a-none-eabihf -- -D warnings