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 a98921a commit d7a1151Copy full SHA for d7a1151
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Checkout your repository using git
22
uses: actions/checkout@v5
23
- name: Setup .NET Core
24
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
25
- uses: oven-sh/setup-bun@v2
26
- run: bun install
27
- run: bun run lint
.github/workflows/pr.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
0 commit comments