Skip to content

Commit f0e401b

Browse files
committed
dataconnect.yml: forgot to actually check out the code for actionlint
1 parent d4d60dc commit f0e401b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dataconnect.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,9 @@ jobs:
199199
actionlint_dataconnect_yml:
200200
continue-on-error: false
201201
runs-on: ubuntu-latest
202-
steps:
202+
- uses: actions/checkout@v4
203+
with:
204+
show-progress: false
203205
- uses: docker://rhysd/actionlint:1.7.7
204206
with:
205207
args: -color

0 commit comments

Comments
 (0)