diff options
| author | Jack Koenig | 2021-12-20 13:22:15 -0800 |
|---|---|---|
| committer | Jack Koenig | 2021-12-20 13:39:34 -0800 |
| commit | c4c82a9b3cb52e8f20ac14cc0d1c32331364ed68 (patch) | |
| tree | a75c1aea4b318698e1e2454ec080ac9282a2f00e /.github/workflows | |
| parent | 6388385fb38378d04b8c3df84dba5870f2904ae4 (diff) | |
Turn on unidoc checking in CI
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ce18fab0..71be8c09 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: uses: coursier/cache-action@v5 - name: Documentation (Scala 2.12 only) if: startsWith(matrix.scala, '2.12') - run: sbt ++${{ matrix.scala }} docs/mdoc + run: sbt ++${{ matrix.scala }} docs/mdoc unidoc - name: Test run: sbt ++${{ matrix.scala }} test - name: Binary compatibility |
