Skip to content

Commit eb80948

Browse files
ci: remove check
1 parent a947b4d commit eb80948

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ jobs:
5454
if: matrix.java == 'graalvm@21' && steps.setup-java-graalvm-21.outputs.cache-hit == 'false'
5555
run: sbt +update
5656

57-
- name: Check that workflows are up to date
58-
run: sbt githubWorkflowCheck
59-
6057
- name: Check headers and formatting
6158
if: matrix.java == 'graalvm@21' && matrix.os == 'ubuntu-latest'
6259
run: sbt '++ ${{ matrix.scala }}' headerCheckAll scalafmtCheckAll 'project /' scalafmtSbtCheck

0 commit comments

Comments
 (0)