We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09a8de commit b732af1Copy full SHA for b732af1
.github/workflows/custard-ci.yaml
@@ -56,9 +56,13 @@ jobs:
56
- name: Find Node.js affected packages
57
id: nodejs
58
run: |
59
+ echo "-> run affected"
60
echo "paths=$(./cloud-samples-tools/bin/custard affected .github/config/nodejs-prod.jsonc diffs.txt paths.txt)" >> $GITHUB_OUTPUT
61
+ echo "Status: $?"
62
cat paths.txt
63
+ echo "-> run setup-files"
64
echo "setups=$(./cloud-samples-tools/bin/custard setup-files .github/config/nodejs-prod.jsonc paths.txt)" >> $GITHUB_OUTPUT
65
66
67
lint:
68
needs: affected
0 commit comments