This commit is contained in:
Yegor Bugayenko 2024-05-06 12:04:07 +03:00
parent 72c070ed1e
commit 81ebfd5d23
No known key found for this signature in database
GPG Key ID: B8283801026E65F3

View File

@ -32,6 +32,7 @@ jobs:
with:
fetch-depth: 0
- run: |
set -e
find . -type f \( \
-name "*.yml" \
-o -name "*.eo" \
@ -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