chore: try this

This commit is contained in:
Hakadao
2024-12-09 02:45:39 +08:00
parent 0680a4aee2
commit 726315299d

View File

@@ -49,7 +49,8 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
run_install: false
run_install: |
- args: [--frozen-lockfile]
- name: Lint
if: ${{ matrix.os == 'ubuntu-latest' }}