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 804c11b commit 0548f7fCopy full SHA for 0548f7f
.github/workflows/ci.yml
@@ -41,6 +41,7 @@ jobs:
41
run: sbt "++${{ matrix.scalaversion }}" scalafmtCheck
42
43
- name: Validate api report
44
+ if: matrix.scalajsversion == '1.x' && matrix.scalaversion != '2.11.12'
45
run: ./api-reports/validate "${{ matrix.scalaversion }}"
46
47
readme:
0 commit comments