Skip to content

build(deps-dev): Bump neostandard in the regular group (#158) #255

build(deps-dev): Bump neostandard in the regular group (#158)

build(deps-dev): Bump neostandard in the regular group (#158) #255

Workflow file for this run

name: autofix.ci
on:
push:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
- run: pnpm install --ignore-scripts
- run: pnpm format
- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a