Skip to content

Commit 42facbb

Browse files
fix(module-federation): run actionlint via official container
1 parent 1f045d4 commit 42facbb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/actionlint.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
uses: actions/checkout@v5
1717

1818
- name: Run actionlint
19-
uses: raven-actions/actionlint@v2
20-
env:
21-
NPM_CONFIG_WORKSPACES: 'false'
19+
uses: docker://rhysd/actionlint:1.7.10
2220
with:
23-
matcher: true
24-
working-directory: .github
21+
args: -color

0 commit comments

Comments
 (0)