Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 14625ec

Browse files
committed
Instll npm dependencies before checking
1 parent f539eb6 commit 14625ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ jobs:
1010
- uses: olafurpg/setup-scala@v5
1111
- name: Check Scalafmt/Scaladoc
1212
run: sbt ++2.13.2 scalafmtSbtCheck scalafmtCheck test:scalafmtCheck current/doc core/doc
13+
- name: Install NPM deps
14+
run: npm install
1315
- name: Check README
1416
run: npm run lint-md

0 commit comments

Comments
 (0)