Update validator.yml

This commit is contained in:
LRVT 2023-02-26 18:38:28 +01:00 committed by GitHub
parent 86416c826b
commit c9ed419358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()