Skip to content

Commit

Permalink
Automatically linting code
Browse files Browse the repository at this point in the history
  • Loading branch information
rsg-bot authored and renovate[bot] committed May 23, 2024
1 parent 8e05808 commit cb97d44
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
with:
dotnet-version: '8.0.x'
- name: 🚒 dotnet workload restore
continue-on-error: true
run: |
dotnet workload restore
- name: ⚒️ dotnet tool restore
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
with:
dotnet-version: '8.0.x'
- name: 🚒 dotnet workload restore
continue-on-error: true
run: |
dotnet workload restore
- name: ⚒️ dotnet tool restore
Expand Down
2 changes: 0 additions & 2 deletions .nuke/build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
"Default",
"DotNetFormat",
"DotnetToolRestore",
"DotnetWorkloadRestore",
"GenerateCodeCoverageBadges",
"GenerateCodeCoverageReport",
"GenerateCodeCoverageReportCobertura",
Expand Down Expand Up @@ -133,7 +132,6 @@
"Default",
"DotNetFormat",
"DotnetToolRestore",
"DotnetWorkloadRestore",
"GenerateCodeCoverageBadges",
"GenerateCodeCoverageReport",
"GenerateCodeCoverageReportCobertura",
Expand Down

0 comments on commit cb97d44

Please sign in to comment.