Skip to content

Commit c30782f

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent cbacdf7 commit c30782f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,29 +71,29 @@ jobs:
7171

7272
- name: Check headers and formatting
7373
if: matrix.java == 'temurin@8'
74-
run: sbt '++${{ matrix.scala }}' headerCheckAll scalafmtCheckAll 'project /' scalafmtSbtCheck
74+
run: sbt '++ ${{ matrix.scala }}' headerCheckAll scalafmtCheckAll 'project /' scalafmtSbtCheck
7575

7676
- name: Test
77-
run: sbt '++${{ matrix.scala }}' test
77+
run: sbt '++ ${{ matrix.scala }}' test
7878

7979
- name: Check binary compatibility
8080
if: matrix.java == 'temurin@8'
81-
run: sbt '++${{ matrix.scala }}' mimaReportBinaryIssues
81+
run: sbt '++ ${{ matrix.scala }}' mimaReportBinaryIssues
8282

8383
- name: Generate API documentation
8484
if: matrix.java == 'temurin@8'
85-
run: sbt '++${{ matrix.scala }}' doc
85+
run: sbt '++ ${{ matrix.scala }}' doc
8686

8787
- name: Check Java formatting
88-
run: sbt '++${{ matrix.scala }}' '${{ matrix.ci }}' javafmtCheckAll
88+
run: sbt '++ ${{ matrix.scala }}' '${{ matrix.ci }}' javafmtCheckAll
8989

9090
- name: Check scalafix lints
9191
if: matrix.java == 'temurin@8' && !startsWith(matrix.scala, '3.')
92-
run: sbt '++${{ matrix.scala }}' 'scalafixAll --check'
92+
run: sbt '++ ${{ matrix.scala }}' 'scalafixAll --check'
9393

9494
- name: Check unused compile dependencies
9595
if: matrix.java == 'temurin@8'
96-
run: sbt '++${{ matrix.scala }}' unusedCompileDependenciesTest
96+
run: sbt '++ ${{ matrix.scala }}' unusedCompileDependenciesTest
9797

9898
- name: Make target directories
9999
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
@@ -196,4 +196,4 @@ jobs:
196196
(echo "$PGP_PASSPHRASE"; echo; echo) | gpg --command-fd 0 --pinentry-mode loopback --change-passphrase $(gpg --list-secret-keys --with-colons 2> /dev/null | grep '^sec:' | cut --delimiter ':' --fields 5 | tail -n 1)
197197
198198
- name: Publish
199-
run: sbt '++${{ matrix.scala }}' tlRelease
199+
run: sbt '++ ${{ matrix.scala }}' tlRelease

0 commit comments

Comments
 (0)