From b73ffc2e84be94640b11e232227ce48988356a43 Mon Sep 17 00:00:00 2001 From: elonehoo Date: Sun, 18 Aug 2024 17:07:02 +0800 Subject: [PATCH] ci: remove autofix --- .github/workflows/autofix.yml | 36 ----------------------------------- 1 file changed, 36 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 e9117a7..0000000 --- a/.github/workflows/autofix.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: autofix.ci - -on: - push: - branches: - - main - - pull_request: - branches: - - main - -permissions: - contents: read - -jobs: - autofix: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: Setup PNPM - run: corepack enable - - - name: Setup node - uses: actions/setup-node@v4 - with: - node-version: 18.x - cache: pnpm - - - name: Install - run: pnpm install --no-frozen-lockfile - - - name: Lint and fix - run: pnpm run lint:fix - - - uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c