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

fix(deps): update dependency globby to v16 #24

fix(deps): update dependency globby to v16

fix(deps): update dependency globby to v16 #24

Workflow file for this run

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