We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ce581 commit c01a4f9Copy full SHA for c01a4f9
.github/workflows/ci.yml
@@ -14,6 +14,8 @@ jobs:
14
with:
15
distribution: temurin
16
java-version: 17
17
+ - name: Set up SBT
18
+ uses: sbt/setup-sbt@v1
19
- name: Test
20
run: ./.github/run.sh --no-lint
21
- name: Lint
.gitignore
@@ -15,6 +15,7 @@ project/local-plugins.sbt
.ensime_cache/
.sbt-scripted/
local.sbt
+out
# Bloop
.bsp
0 commit comments