Skip to content

Commit f3f3201

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent e597210 commit f3f3201

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
java-version: 11
4343
cache: sbt
4444

45+
- name: Setup sbt
46+
uses: sbt/setup-sbt@v1
47+
4548
- name: 'Linter: Scalafix checks'
4649
run: sbt '++ ${{ matrix.scala }}' 'scalafixAll --check'
4750

@@ -103,6 +106,9 @@ jobs:
103106
java-version: 11
104107
cache: sbt
105108

109+
- name: Setup sbt
110+
uses: sbt/setup-sbt@v1
111+
106112
- name: Download target directories (2.13.13)
107113
uses: actions/download-artifact@v4
108114
with:

0 commit comments

Comments
 (0)