Skip to content

Commit c4b4f1e

Browse files
committed
Pin SDK
1 parent cdef05f commit c4b4f1e

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout your repository using git
2222
uses: actions/checkout@v4
23+
- name: Setup .NET Core
24+
uses: actions/setup-dotnet@v4
2325
- uses: oven-sh/setup-bun@v2
2426
- run: bun install
2527
- run: bun run lint

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout your repository using git
1717
uses: actions/checkout@v4
18+
- name: Setup .NET Core
19+
uses: actions/setup-dotnet@v4
1820
- uses: oven-sh/setup-bun@v2
1921
- run: bun install
2022
- run: bun run lint

global.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"sdk": {
3+
"version": "8.0.404"
4+
}
5+
}

0 commit comments

Comments
 (0)