Skip to content

Commit d4d60dc

Browse files
committed
dataconnect.yml: use actionlint image
1 parent b5682ff commit d4d60dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dataconnect.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,6 @@ jobs:
200200
continue-on-error: false
201201
runs-on: ubuntu-latest
202202
steps:
203-
- run: brew install actionlint
204-
- run: actionlint .github/workflows/dataconnect.yml
203+
- uses: docker://rhysd/actionlint:1.7.7
204+
with:
205+
args: -color

0 commit comments

Comments
 (0)