Skip to content

Commit

Permalink
not is not supported in github action scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Jul 12, 2024
1 parent 4817f0e commit 48f5739
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ jobs:
cargo add embassy-time
cargo doc
not grep -r "No documented features in Cargo.toml" target/doc
grep -r "No documented features in Cargo.toml" target/doc || exit 0
false

0 comments on commit 48f5739

Please sign in to comment.