Skip to content

chore(deps-dev): bump vitepress from 2.0.0-alpha.15 to 2.0.0-alpha.17 #115

chore(deps-dev): bump vitepress from 2.0.0-alpha.15 to 2.0.0-alpha.17

chore(deps-dev): bump vitepress from 2.0.0-alpha.15 to 2.0.0-alpha.17 #115

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
cache: pnpm
- run: pnpm install
- run: pnpm fmt
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27