Skip to content

autofix.ci

autofix.ci #2765

Workflow file for this run

name: autofix.ci
on:
merge_group:
pull_request:
branches: ["main"]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
# If this is enabled it will cancel current running and start latest
cancel-in-progress: true
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun fix
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27