Skip to content

Commit

Permalink
Fix bad gerp match
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Nov 6, 2024
1 parent 5e20d50 commit 30bc5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/forui_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: flutter pub run build_runner build --delete-conflicting-outputs
- run: |
output=$(dart doc --validate-links .)
if echo "$output" | grep -qv "Found 0 warnings and 0 errors"; then
if echo "$output" | grep -q "Found 0 warnings and 0 errors"; then
exit 1
fi
- run: flutter analyze
Expand Down

0 comments on commit 30bc5fd

Please sign in to comment.