mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🔧 Refactor GitHub Actions workflow to streamline SVG size checking process
This commit is contained in:
@@ -37,10 +37,8 @@ jobs:
|
|||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
|
|
||||||
- name: Install utility dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
working-directory: ./utils/check-size
|
|
||||||
|
|
||||||
- name: Check svgs size
|
- name: Check SVGs size
|
||||||
run: pnpm start
|
run: pnpm check:size
|
||||||
working-directory: ./utils/check-size
|
|
||||||
|
|||||||
Reference in New Issue
Block a user