Use env example for compose check
All checks were successful
Test pipeline / test (push) Successful in 2s

This commit is contained in:
vrubel 2026-06-06 13:22:41 +00:00
parent 161e917e81
commit c891caa68c

View file

@ -20,4 +20,5 @@ jobs:
- name: Check Docker Compose config
run: |
docker compose config
cp .env.example .env
docker compose config