Skip to content

Commit ca4966b

Browse files
ci: remove checks
1 parent 2bde363 commit ca4966b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +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 headers and formatting
58-
if: matrix.java == 'graalvm@21' && matrix.os == 'ubuntu-latest'
59-
run: sbt '++ ${{ matrix.scala }}' headerCheckAll scalafmtCheckAll 'project /' scalafmtSbtCheck
60-
6157
- name: Test
6258
run: sbt '++ ${{ matrix.scala }}' test
6359

0 commit comments

Comments
 (0)