Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

fix(deps): update all patch updates #974

fix(deps): update all patch updates

fix(deps): update all patch updates #974

Workflow file for this run

name: autofix.ci
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i -g --force corepack && corepack enable
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: pnpm
- name: 📦 Install dependencies
run: pnpm install --frozen-lockfile
- name: Fix lint issues
run: npm run lint:fix
- uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9