Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
georgesFoundation committed Aug 28, 2024
1 parent 1f68bd3 commit 67ad9c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 67ad9c2

Please sign in to comment.