Skip to content

chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 #113

chore(deps): bump cross-spawn from 7.0.3 to 7.0.5

chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 #113

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
lint:
name: 代码风格检查
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version-file: package.json
cache: pnpm
- run: pnpm i
- run: pnpm lint --fix
- uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944 # v1.3.1
if: always()
with:
commit-message: 'style: autofix'