mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-27 22:11:12 +00:00
Update validator.yml
This commit is contained in:
parent
86416c826b
commit
c9ed419358
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'); \
|
for f in $(find ${PWD}/examples -name '*docker-compose*.yml'); \
|
||||||
do \
|
do \
|
||||||
readlink -f $f && \
|
readlink -f $f && \
|
||||||
docker compose -f $(readlink -f $f) config; \
|
docker compose -f $(readlink -f $f) config --quiet; \
|
||||||
done
|
done
|
||||||
if: always()
|
if: always()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user