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 1805b8b commit f23736fCopy full SHA for f23736f
.github/workflows/custard-ci.yaml
@@ -56,13 +56,9 @@ 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