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 6ef4965 commit ba16ab0Copy full SHA for ba16ab0
.github/workflows/ci.yml
@@ -66,10 +66,6 @@ jobs:
66
- name: Check that workflows are up to date
67
run: ./sbt githubWorkflowCheck
68
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
-
73
- name: scalaJSLink
74
if: matrix.project == 'rootJS'
75
run: ./sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' Test/scalaJSLinkerResult
0 commit comments