We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f938fcd commit f230577Copy full SHA for f230577
.github/workflows/ci.yml
@@ -42,6 +42,9 @@ jobs:
42
java-version: 11
43
cache: sbt
44
45
+ - name: Setup sbt
46
+ uses: sbt/setup-sbt@v1
47
+
48
- name: 'Linter: Scalafix checks'
49
run: sbt '++ ${{ matrix.scala }}' 'scalafixAll --check'
50
@@ -103,6 +106,9 @@ jobs:
103
106
104
107
105
108
109
110
111
112
- name: Download target directories (2.13.13)
113
uses: actions/download-artifact@v4
114
with:
0 commit comments