Skip to content

fix: Update CSpell version (9.1.3) #5

fix: Update CSpell version (9.1.3)

fix: Update CSpell version (9.1.3) #5

Workflow file for this run

name: autofix.ci
on:
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/actions/public/setup-node-pnpm@v1
- run: |
pnpm i
pnpm run clean-build
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27