Skip to content

Commit

Permalink
-e
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 6, 2024
1 parent 72c070e commit 81ebfd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
fetch-depth: 0
- run: |
set -e
find . -type f \( \
-name "*.yml" \
-o -name "*.eo" \
Expand All @@ -46,7 +47,7 @@ jobs:
echo "No license in: $file"
fi
done < files.txt
if [ "${failed}" -eq "true" ]; then
if [ "${failed}" == "true" ]; then
exit 1
fi

0 comments on commit 81ebfd5

Please sign in to comment.