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.
1 parent 2bde363 commit ca4966bCopy full SHA for ca4966b
.github/workflows/ci.yml
@@ -54,10 +54,6 @@ jobs:
54
if: matrix.java == 'graalvm@21' && steps.setup-java-graalvm-21.outputs.cache-hit == 'false'
55
run: sbt +update
56
57
- - name: Check headers and formatting
58
- if: matrix.java == 'graalvm@21' && matrix.os == 'ubuntu-latest'
59
- run: sbt '++ ${{ matrix.scala }}' headerCheckAll scalafmtCheckAll 'project /' scalafmtSbtCheck
60
-
61
- name: Test
62
run: sbt '++ ${{ matrix.scala }}' test
63
0 commit comments