From 18a066feeb6fd48bec2be0228d001346c67aa2ba Mon Sep 17 00:00:00 2001 From: harryob <55142896+harryob@users.noreply.github.com> Date: Wed, 22 May 2024 23:59:26 +0100 Subject: [PATCH] always run the build, suck up the cpu time --- .github/workflows/lint.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index eedd604a4c..260423980e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,12 +19,10 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 8.0.100 - - name: Install dependencies - run: dotnet restore - name: Setup Resharper run: dotnet tool install -g JetBrains.ReSharper.GlobalTools - name: Run Linter - run: jb inspectcode OpenDream.sln -o="output.json" --project="OpenDream*;DM*" --no-swea --no-build + run: jb inspectcode OpenDream.sln -o="output.json" --project="OpenDream*;DM*" --no-swea - uses: github/codeql-action/upload-sarif@v3 with: sarif_file: output.json