Skip to content

Commit 4da543b

Browse files
fix(module-federation): disable npm workspaces in actionlint
1 parent 7f835ac commit 4da543b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/actionlint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ jobs:
1717

1818
- name: Run actionlint
1919
uses: raven-actions/actionlint@v2
20+
env:
21+
NPM_CONFIG_WORKSPACES: 'false'
2022
with:
2123
matcher: true

0 commit comments

Comments
 (0)