WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

feat: add vue-router-ssr example with SSR assets API #27

feat: add vue-router-ssr example with SSR assets API

feat: add vue-router-ssr example with SSR assets API #27

Workflow file for this run

name: autofix.ci
on: { push: {}, pull_request: {} }
permissions: { contents: read }
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: npm i -fg corepack && corepack enable
- uses: actions/setup-node@v5
with: { node-version: lts/*, cache: pnpm }
- run: pnpm install
- run: pnpm lint:fix
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
with: { commit-message: "chore: apply automated updates" }