Skip to content

chore(deps): bump autofix-ci/action from 1.3.2 to 1.3.3 #109

chore(deps): bump autofix-ci/action from 1.3.2 to 1.3.3

chore(deps): bump autofix-ci/action from 1.3.2 to 1.3.3 #109

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
cache: pnpm
- run: pnpm install
- run: pnpm fmt
- uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8