Skip to content

Commit 1a9814e

Browse files
committed
ci(cabal-outdated): fail workflow when outdated dependencies are detected
This change ensures that Outdated dependency badges accurately reflect the build status
1 parent 1e15378 commit 1a9814e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cabal-outdated.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
cat outdated.txt >> $GITHUB_STEP_SUMMARY
4242
echo '```' >> $GITHUB_STEP_SUMMARY
4343
echo "status=outdated" >> $GITHUB_OUTPUT
44+
exit 1
4445
fi
4546
4647
- name: Upload outdated dependencies list

0 commit comments

Comments
 (0)