From cb97d448e29967a9e2f1761346fa3eeceeb11028 Mon Sep 17 00:00:00 2001 From: Rocket Understudy <33589210+rsg-bot@users.noreply.github.com> Date: Thu, 23 May 2024 00:54:38 -0400 Subject: [PATCH] Automatically linting code --- .github/workflows/ci.yml | 1 + .github/workflows/lint.yml | 1 + .nuke/build.schema.json | 2 -- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d34219397..a4c25784a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 36a06ef20..2dc4b4780 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 diff --git a/.nuke/build.schema.json b/.nuke/build.schema.json index 471b39fe8..a29932357 100644 --- a/.nuke/build.schema.json +++ b/.nuke/build.schema.json @@ -95,7 +95,6 @@ "Default", "DotNetFormat", "DotnetToolRestore", - "DotnetWorkloadRestore", "GenerateCodeCoverageBadges", "GenerateCodeCoverageReport", "GenerateCodeCoverageReportCobertura", @@ -133,7 +132,6 @@ "Default", "DotNetFormat", "DotnetToolRestore", - "DotnetWorkloadRestore", "GenerateCodeCoverageBadges", "GenerateCodeCoverageReport", "GenerateCodeCoverageReportCobertura",