Skip to content

Commit

Permalink
Update zizmor.yaml
Browse files Browse the repository at this point in the history
if condition not really needed here. it will either be 0 or not.
  • Loading branch information
userdocs committed Jan 7, 2025
1 parent 66b339d commit 4248485
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/zizmor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,5 @@ jobs:
cat summary.md >> $GITHUB_STEP_SUMMARY
printf '%b' "\`\`\`" >> $GITHUB_STEP_SUMMARY
if [[ ${exit_codes} -ne 0 ]]; then
exit "${exit_codes}"
fi
exit "${exit_codes}"

0 comments on commit 4248485

Please sign in to comment.