We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75491c commit 6ea5dc4Copy full SHA for 6ea5dc4
.github/workflows/check-sample.yml
@@ -26,10 +26,12 @@ jobs:
26
echo "@@ MODIFIED @@"
27
cat modified.txt
28
29
- - name: Validate Compose Files with Defang CLI
30
- run: |
31
- . <(curl -Ls https://s.defang.io/install)
32
- cat modified.txt | xargs -n1 defang compose config -C > /dev/null
+ # TODO: Uncomment the following lines to validate the Compose files
+ # once we figure out how to prevent it from erroring on warnings.
+ # - name: Validate Compose Files with Defang CLI
+ # run: |
33
+ # . <(curl -Ls https://s.defang.io/install)
34
+ # cat modified.txt | xargs -n1 defang compose config -C > /dev/null
35
36
- name: Add checklist to PR description
37
uses: actions/github-script@v5
0 commit comments