From 1c2c41661846cec67ab3b4947eaf0c4718c28a5f Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Tue, 12 May 2026 13:57:26 +0000 Subject: [PATCH] chore(ci): remove autofix.ci workflow --- .github/workflows/autofix.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/autofix.yml diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml deleted file mode 100644 index 26a63ea..0000000 --- a/.github/workflows/autofix.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: autofix.ci - -on: - pull_request: - push: - branches: - - main - -permissions: - contents: read - -jobs: - autofix: - runs-on: ubuntu-latest - - steps: - - name: Checkout PR branch - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 - - - name: Install dependencies - run: aube ci - - - name: Build and package - run: aubr all - - - name: autofix.ci - uses: autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a # v1