Skip to content

Commit b5cf45e

Browse files
wax911Copilot
andauthored
Update .github/workflows/docker-lint.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4803a70 commit b5cf45e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
set -euo pipefail
2727
files=$(git ls-files "**/docker-compose*.yml" "**/docker-compose*.yaml" || true)
2828
if [ -n "$files" ]; then
29-
echo "$files" | xargs yamllint || true
29+
echo "$files" | xargs yamllint
3030
else
3131
echo "No compose files found"
3232
fi

0 commit comments

Comments
 (0)