Skip to content

Commit b04b346

Browse files
committed
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent 90770e4 commit b04b346

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
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:
@@ -103,6 +107,10 @@ jobs:
103107
java: [temurin@11]
104108
runs-on: ${{ matrix.os }}
105109
steps:
110+
- name: Install sbt
111+
if: contains(runner.os, 'macos')
112+
run: brew install sbt
113+
106114
- name: Checkout current branch (full)
107115
uses: actions/checkout@v4
108116
with:
@@ -244,6 +252,10 @@ jobs:
244252
java: [temurin@11]
245253
runs-on: ${{ matrix.os }}
246254
steps:
255+
- name: Install sbt
256+
if: contains(runner.os, 'macos')
257+
run: brew install sbt
258+
247259
- name: Checkout current branch (full)
248260
uses: actions/checkout@v4
249261
with:
@@ -301,6 +313,10 @@ jobs:
301313
java: [temurin@11]
302314
runs-on: ${{ matrix.os }}
303315
steps:
316+
- name: Install sbt
317+
if: contains(runner.os, 'macos')
318+
run: brew install sbt
319+
304320
- name: Checkout current branch (full)
305321
uses: actions/checkout@v4
306322
with:

0 commit comments

Comments
 (0)