Skip to content

Commit

Permalink
adds echo stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshk-tw committed Oct 3, 2024
1 parent c43713f commit 426be6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: Check for Vulnerable Packages
run: |
if ! dotnet list package --vulnerable; then
exit 1
echo "Vulnerabilities found."
exit 1
fi
working-directory: Xero-NetStandard

Expand Down

0 comments on commit 426be6b

Please sign in to comment.