Skip to content

Commit 9d24c26

Browse files
fix(internal): install csharpier during ci lint phase
1 parent def9419 commit 9d24c26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
with:
2828
dotnet-version: '8.0.x'
2929

30+
- name: Run bootstrap
31+
run: ./scripts/bootstrap
32+
3033
- name: Run lints
3134
run: ./scripts/lint
3235
build:

0 commit comments

Comments
 (0)