Skip to content

chore(deps): update autofix-ci/action digest to 635ffb0 #561

chore(deps): update autofix-ci/action digest to 635ffb0

chore(deps): update autofix-ci/action digest to 635ffb0 #561

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
push:
branches: ["main"]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm install
- run: pnpm run lint:fix
- run: pnpm automd
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
with:
commit-message: "chore: apply automated updates"