mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Merge branch 'master' into master-cdn
This commit is contained in:
commit
dab6500b7f
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
5
.github/workflows/pull-request-check.yml
vendored
5
.github/workflows/pull-request-check.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user