diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 8933d2f..a7026f5 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -25,11 +25,11 @@ jobs: # the exception handler. # # The stratum-v1 crate won't compile with all features enabled because - # if has 2 mutualy exclusive features = defmt and log. + # if has 2 mutualy exclusive features: defmt and log. # # So, disable them for now. - run: cargo check --no-default-features --workspace --exclude foundation-ffi - - run: cargo check --all-features --exclude stratum-v1 + - run: cargo check --all-features --workspace --exclude stratum-v1 is-the-code-formatted: name: Is the code formatted?