Skip to content

chore: release v0.19.0 #180

chore: release v0.19.0

chore: release v0.19.0 #180

Workflow file for this run

name: autofix.ci # must named autofix.ci
on:
push:
branches:
- main
pull_request: {}
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v7
with:
node-version: lts/*
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: pnpm run format
- run: pnpm run lint --fix
- uses: autofix-ci/action@v1.3.4
with:
commit-message: 'chore: autofix by ci'