Files
Reactive-Resume/.github/workflows/autofix.yml
T
Amruth Pillai 2d76cc5cfb update autofix
2026-03-18 22:08:12 +01:00

29 lines
449 B
YAML

name: autofix.ci
on:
pull_request:
push:
branches: ["main"]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: voidzero-dev/setup-vp@v1
with:
node-version: "24"
cache: true
- run: vp install
- run: vp fmt --fix
- run: vp lint --fix
- uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8