Skip to content

Commit 48f5739

Browse files
committed
not is not supported in github action scripts
1 parent 4817f0e commit 48f5739

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ jobs:
7575
cargo add embassy-time
7676
7777
cargo doc
78-
not grep -r "No documented features in Cargo.toml" target/doc
78+
grep -r "No documented features in Cargo.toml" target/doc || exit 0
79+
false

0 commit comments

Comments
 (0)