Merge branch 'master' into master-cdn

This commit is contained in:
the1812 2022-10-20 09:20:53 +08:00
commit dab6500b7f
2 changed files with 8 additions and 2 deletions

View File

@ -22,7 +22,10 @@ jobs:
fetch-depth: '0'
- name: Install dependencies
uses: bahmutov/npm-install@v1
uses: pnpm/action-setup@v2.2.4
with:
version: latest
run_install: true
- name: Type check
run: pnpm run type

View File

@ -20,7 +20,10 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install dependencies
uses: bahmutov/npm-install@v1
uses: pnpm/action-setup@v2.2.4
with:
version: latest
run_install: true
- name: Type check
run: pnpm run type