We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdef05f commit c4b4f1eCopy full SHA for c4b4f1e
.github/workflows/deploy.yml
@@ -20,6 +20,8 @@ jobs:
20
steps:
21
- name: Checkout your repository using git
22
uses: actions/checkout@v4
23
+ - name: Setup .NET Core
24
+ uses: actions/setup-dotnet@v4
25
- uses: oven-sh/setup-bun@v2
26
- run: bun install
27
- run: bun run lint
.github/workflows/pr.yml
@@ -15,6 +15,8 @@ jobs:
15
16
17
18
19
global.json
@@ -0,0 +1,5 @@
1
+{
2
+ "sdk": {
3
+ "version": "8.0.404"
4
+ }
5
+}
0 commit comments