Skip to content

Commit

Permalink
Update validator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Feb 26, 2023
1 parent 86416c8 commit c9ed419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
for f in $(find ${PWD}/examples -name '*docker-compose*.yml'); \
do \
readlink -f $f && \
docker compose -f $(readlink -f $f) config; \
docker compose -f $(readlink -f $f) config --quiet; \
done
if: always()

0 comments on commit c9ed419

Please sign in to comment.