Skip to content

Commit e92effd

Browse files
committed
ci: add skip-system-deps to lint workflow
1 parent b10260d commit e92effd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212

1313
- name: Install dependencies
1414
uses: ./.github/actions/install-all-build-libs
15+
with:
16+
skip-system-deps: '1'
1517

1618
- name: Run ESLint
1719
run: yarn lint

0 commit comments

Comments
 (0)