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 f68250b commit cb811b2Copy full SHA for cb811b2
.github/workflows/check-sample.yml
@@ -21,6 +21,7 @@ jobs:
21
- name: Run Checks
22
id: checks
23
run: |
24
+ . <(curl -Ls https://s.defang.io/install)
25
./scripts/check-sample-files.sh > checklist.txt
26
./scripts/check-modified-samples.sh > modified.txt
27
echo "@@ MODIFIED @@"
0 commit comments