Skip to content

Commit ebd9c52

Browse files
committed
dataconnect.yml: add a comment about running actionlint locally
1 parent ee88ce0 commit ebd9c52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dataconnect.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ jobs:
196196
if-no-files-found: warn
197197
compression-level: 9
198198

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`
199202
actionlint-dataconnect-yml:
200203
continue-on-error: false
201204
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)