Skip to content

Commit 9af1155

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent 25a2683 commit 9af1155

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

+12
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
timeout-minutes: 60
3636
steps:
37+
- name: Install sbt
38+
if: contains(runner.os, 'macos')
39+
run: brew install sbt
40+
3741
- name: Checkout current branch (full)
3842
uses: actions/checkout@v4
3943
with:
@@ -99,6 +103,10 @@ jobs:
99103
java: [temurin@8]
100104
runs-on: ${{ matrix.os }}
101105
steps:
106+
- name: Install sbt
107+
if: contains(runner.os, 'macos')
108+
run: brew install sbt
109+
102110
- name: Checkout current branch (full)
103111
uses: actions/checkout@v4
104112
with:
@@ -210,6 +218,10 @@ jobs:
210218
java: [temurin@8]
211219
runs-on: ${{ matrix.os }}
212220
steps:
221+
- name: Install sbt
222+
if: contains(runner.os, 'macos')
223+
run: brew install sbt
224+
213225
- name: Checkout current branch (full)
214226
uses: actions/checkout@v4
215227
with:

0 commit comments

Comments
 (0)