mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
ci: use autofix to update bundle size (#20088)
This commit is contained in:
parent
feaebff823
commit
313b2e3e4c
2
.github/workflows/autofix-docs.yml
vendored
2
.github/workflows/autofix-docs.yml
vendored
@ -26,3 +26,5 @@ jobs:
|
||||
|
||||
- name: Lint (docs)
|
||||
run: pnpm lint:docs:fix
|
||||
|
||||
- uses: autofix-ci/action@8bc06253bec489732e5f9c52884c7cace15c0160
|
||||
|
9
.github/workflows/autofix.yml
vendored
9
.github/workflows/autofix.yml
vendored
@ -23,6 +23,10 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Dedupe dependencies
|
||||
if: ${{ contains(github.ref_name, 'renovate') }}
|
||||
run: pnpm dedupe
|
||||
|
||||
- name: Build (stub)
|
||||
run: pnpm build:stub
|
||||
|
||||
@ -31,3 +35,8 @@ jobs:
|
||||
|
||||
- name: Test (unit)
|
||||
run: pnpm test:unit -u
|
||||
|
||||
- name: Update bundle size
|
||||
run: pnpm vitest run bundle -u
|
||||
|
||||
- uses: autofix-ci/action@8bc06253bec489732e5f9c52884c7cace15c0160
|
||||
|
Loading…
Reference in New Issue
Block a user