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 ee88ce0 commit ebd9c52Copy full SHA for ebd9c52
.github/workflows/dataconnect.yml
@@ -196,6 +196,9 @@ jobs:
196
if-no-files-found: warn
197
compression-level: 9
198
199
+ # Check this yml file with "actionlint": https://github.com/rhysd/actionlint
200
+ # To run actionlint yourself, run `brew install actionlint` followed by
201
+ # `actionlint .github/workflows/dataconnect.yml`
202
actionlint-dataconnect-yml:
203
continue-on-error: false
204
runs-on: ubuntu-latest
0 commit comments