We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
zshellcheck
1 parent 85ee4b4 commit 04b667cCopy full SHA for 04b667c
1 file changed
.github/workflows/dataconnect.yml
@@ -413,6 +413,7 @@ jobs:
413
needs:
414
- 'integration-test'
415
- 'actionlint-dataconnect-yml'
416
+ - 'zshellcheck'
417
- 'python-ci-unit-tests'
418
- 'python-ci-lint'
419
- 'python-ci-format'
@@ -438,6 +439,7 @@ jobs:
438
439
cat >'${{ runner.temp }}/job_results.txt' <<EOF
440
integration-test:${{ needs.integration-test.result }}
441
actionlint-dataconnect-yml:${{ needs.actionlint-dataconnect-yml.result }}
442
+ zshellcheck:${{ needs.zshellcheck.result }}
443
python-ci-unit-tests:${{ needs.python-ci-unit-tests.result }}
444
python-ci-lint:${{ needs.python-ci-lint.result }}
445
python-ci-format:${{ needs.python-ci-format.result }}
0 commit comments