Skip to content

Commit 3001eb7

Browse files
committed
add the setup action to the lint GHA job
1 parent b337237 commit 3001eb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v1
2525
- uses: coursier/cache-action@v6
26+
- uses: coursier/setup-action@v1
2627
- name: Test
2728
run: sbt -v "+scalafmtCheckAll"
2829

0 commit comments

Comments
 (0)