From a1902827570199bdb7d3874cd758cc8e3aa53b58 Mon Sep 17 00:00:00 2001 From: Simone Date: Tue, 26 May 2026 18:35:19 +0200 Subject: [PATCH] fix(lint): change job runner from windows to linux and update shell to pwsh --- .gitea/workflows/lint.yml | 4 ++-- C:test-vcpkg | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 160000 C:test-vcpkg diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index add84b4..4b3af1a 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -27,7 +27,7 @@ on: jobs: pssa: - runs-on: windows-build + runs-on: linux-build timeout-minutes: 10 steps: @@ -37,7 +37,7 @@ jobs: fetch-depth: 1 - name: Run PSScriptAnalyzer - shell: powershell + shell: pwsh run: | $ErrorActionPreference = 'Stop' diff --git a/C:test-vcpkg b/C:test-vcpkg new file mode 160000 index 0000000..d015e31 --- /dev/null +++ b/C:test-vcpkg @@ -0,0 +1 @@ +Subproject commit d015e31e90838a4c9dfa3eed45979bc70d9357fc