Skip to content

chore(deps): update pnpm-workspace.overrides eslint-plugin-unicorn to v69 - autoclosed #3411

chore(deps): update pnpm-workspace.overrides eslint-plugin-unicorn to v69 - autoclosed

chore(deps): update pnpm-workspace.overrides eslint-plugin-unicorn to v69 - autoclosed #3411

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
with:
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: lts/*
cache: pnpm
- name: 📦 Install dependencies
run: pnpm install
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 🔠 Lint project (+ fix)
run: pnpm run lint:fix
- uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8 # 7a166d7532b277f34e16238930461bf77f9d7ed8