Skip to content

Commit aaba2fa

Browse files
committed
ci: add production CI, release, and security scan workflows
1 parent 5e096fc commit aaba2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
for f in docker/docker-compose.*.yml; do
2323
echo "Validating: $f"
24-
docker compose -f "$f" config -q
24+
docker compose -f "$f" config --no-interpolate -q
2525
done
2626
2727
- name: ShellCheck — lab test scripts

0 commit comments

Comments
 (0)