Skip to content

Commit ba16ab0

Browse files
committed
githubWorkflowGenerate
1 parent 6ef4965 commit ba16ab0

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
@@ -66,10 +66,6 @@ jobs:
6666
- name: Check that workflows are up to date
6767
run: ./sbt githubWorkflowCheck
6868

69-
- name: Check formatting
70-
if: matrix.java == 'corretto@8' && matrix.os == 'ubuntu-latest'
71-
run: ./sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' scalafmtCheckAll 'project /' scalafmtSbtCheck
72-
7369
- name: scalaJSLink
7470
if: matrix.project == 'rootJS'
7571
run: ./sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' Test/scalaJSLinkerResult

0 commit comments

Comments
 (0)