We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa48de commit cc98101Copy full SHA for cc98101
.github/workflows/ci.yml
@@ -19,6 +19,7 @@ jobs:
19
distribution: 'zulu'
20
java-version: '21'
21
cache: 'sbt'
22
+ - uses: sbt/setup-sbt@v1
23
- name: 👌 Run "pre-push" tasks (compile and style-check)
24
run: sbt prep
25
- name: ✅ Generate a project and run its test
0 commit comments