We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbd196d + 11279d2 commit 74dcee1Copy full SHA for 74dcee1
.github/workflows/build.yml
@@ -42,6 +42,8 @@ jobs:
42
java-version: ${{ matrix.java }}
43
distribution: 'adopt'
44
45
+ - uses: sbt/setup-sbt@v1
46
+
47
- name: Formatting check
48
run: sbt scalafmtCheckAll
49
.github/workflows/release-sbt.yml
@@ -30,6 +30,8 @@ jobs:
30
distribution: "temurin"
31
java-version: "11"
32
33
34
35
- uses: cucumber/[email protected]
36
with:
37
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
.github/workflows/version-policy-check.yml
@@ -34,5 +34,7 @@ jobs:
38
39
- name: Version check
40
run: sbt "project cucumberScala" versionPolicyCheck
0 commit comments