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

Commit 9566f12

Browse files
committed
Fix project name
1 parent 761cc01 commit 9566f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v1
1010
- uses: olafurpg/setup-scala@v5
1111
- name: Check Scalafmt/Scaladoc
12-
run: sbt ++2.13.2 scalafmtSbtCheck scalafmtCheck test:scalafmtCheck nodejs_v14/doc core/doc
12+
run: sbt ++2.13.2 scalafmtSbtCheck scalafmtCheck test:scalafmtCheck nodejs-v14/doc core/doc
1313
- name: Install NPM deps
1414
run: npm install
1515
- name: Check README

0 commit comments

Comments
 (0)