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 a947b4d commit eb80948Copy full SHA for eb80948
.github/workflows/ci.yml
@@ -54,9 +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 that workflows are up to date
58
- run: sbt githubWorkflowCheck
59
-
60
- name: Check headers and formatting
61
if: matrix.java == 'graalvm@21' && matrix.os == 'ubuntu-latest'
62
run: sbt '++ ${{ matrix.scala }}' headerCheckAll scalafmtCheckAll 'project /' scalafmtSbtCheck
0 commit comments