diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1940826..9df290f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -68,7 +68,7 @@ jobs: run: pnpm lint - name: Lint fix check run: | - pnpm lint --fix + pnpm lint-fix git diff --exit-code - name: Formatting check run: pnpm format-check diff --git a/src/update/utils.ts b/src/update/utils.ts index 51b431e..88cba32 100644 --- a/src/update/utils.ts +++ b/src/update/utils.ts @@ -15,6 +15,8 @@ enum Runner { MacOS13XLarge = 'macos-13-xlarge', MacOS12 = 'macos-12', MacOS12Large = 'macos-12-large', + Windows11Arm = 'windows-11-arm', + Windows2025 = 'windows-2025', Windows2022 = 'windows-2022', Windows2019 = 'windows-2019', }