mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
Update validator.yml
This commit is contained in:
2
.github/workflows/validator.yml
vendored
2
.github/workflows/validator.yml
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user