Skip to content

test: add flag detection tests #707

test: add flag detection tests

test: add flag detection tests #707

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@v6
- run: npm i -fg corepack && corepack enable
- uses: actions/setup-node@v6
with:
node-version: 22
cache: "pnpm"
- run: pnpm install
- name: Fix lint issues
run: pnpm run lint:fix && pnpm vitest run --update
- uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8
with:
commit-message: "chore: apply automated updates"