Skip to content

Commit 0abdd86

Browse files
committed
fix: Download dependencies in GitHub Actions before linter
1 parent 2c18daa commit 0abdd86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ jobs:
88
steps:
99
- name: Checkout repository
1010
uses: actions/checkout@v4
11+
- name: Install dependencies
12+
run: npm install
1113
- name: XO Lint
1214
run: npx xo

0 commit comments

Comments
 (0)