Skip to content

Commit

Permalink
[GHA] Try using dotnet 8.0.x again
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythonic-Rainbow committed Mar 14, 2024
1 parent 90a7cfe commit 1ec9d29
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ name: C# bot

on:
push:
# branches: [ "main", "debug-workflow" ]
paths: ["**.cs", ".github/workflows/bot.yml"]
pull_request:
# branches: [ "main" ]
paths: ["**.cs", ".github/workflows/bot.yml"]

defaults:
Expand Down Expand Up @@ -42,7 +40,7 @@ jobs:
id: setup-dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.101
dotnet-version: 8.0.x
- name: Restore
run: dotnet restore
- name: Inspect
Expand All @@ -51,5 +49,4 @@ jobs:
workingDirectory: './Bot'
solutionPath: './Bot.sln'
noBuild: true
minimumSeverity: 'warning'
dotnetVersion: ${{ steps.setup-dotnet.outputs.dotnet-version }}
minimumSeverity: 'warning'

0 comments on commit 1ec9d29

Please sign in to comment.