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 5a64e2e commit e7366f3Copy full SHA for e7366f3
.github/workflows/check-sample.yml
@@ -25,6 +25,8 @@ jobs:
25
./scripts/check-modified-samples.sh > modified.txt
26
echo "@@ MODIFIED @@"
27
cat modified.txt
28
+ echo "@@ CHECKLIST @@"
29
+ cat checklist.txt
30
31
# TODO: Uncomment the following lines to validate the Compose files
32
# once we figure out how to prevent it from erroring on warnings.
0 commit comments