Skip to content

feat: 1.vue/5.components #109

feat: 1.vue/5.components

feat: 1.vue/5.components #109

Workflow file for this run

# name: autofix.ci
# on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main
# jobs:
# autofix:
# runs-on: ubuntu-latest
# timeout-minutes: 10
# steps:
# - uses: actions/checkout@v4
# - uses: pnpm/action-setup@v4
# - name: Use Node.js lts/*
# uses: actions/setup-node@v4
# with:
# node-version: lts/*
# cache: pnpm
# - name: Install
# run: pnpm install --frozen-lockfile
# - name: Lint
# run: pnpm run lint --fix
# - uses: autofix-ci/action@v1