mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
⚙️ Disable build workflow
This commit is contained in:
parent
817734c499
commit
eaff9e1dc6
15
.github/workflows/check-app.yml
vendored
15
.github/workflows/check-app.yml
vendored
@ -43,18 +43,3 @@ jobs:
|
|||||||
- name: Check svgs size
|
- name: Check svgs size
|
||||||
run: pnpm start
|
run: pnpm start
|
||||||
working-directory: ./check-size
|
working-directory: ./check-size
|
||||||
build-app:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Setup pnpm 8
|
|
||||||
uses: pnpm/action-setup@v2
|
|
||||||
with:
|
|
||||||
version: 8
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: pnpm install
|
|
||||||
|
|
||||||
- name: Build app
|
|
||||||
run: pnpm onlybuild
|
|
||||||
|
Loading…
Reference in New Issue
Block a user