]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
ci: remove autofix
author三咲智子 Kevin Deng <sxzz@sxzz.moe>
Sat, 2 Dec 2023 17:41:08 +0000 (01:41 +0800)
committer三咲智子 Kevin Deng <sxzz@sxzz.moe>
Sat, 2 Dec 2023 17:43:31 +0000 (01:43 +0800)
.github/workflows/autofix.yml [deleted file]

diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml
deleted file mode 100644 (file)
index 5e7bb63..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-name: autofix.ci
-
-on:
-  pull_request:
-permissions:
-  contents: read
-
-jobs:
-  autofix:
-    runs-on: ubuntu-latest
-    env:
-      PUPPETEER_SKIP_DOWNLOAD: 'true'
-    steps:
-      - uses: actions/checkout@v4
-
-      - name: Install pnpm
-        uses: pnpm/action-setup@v2
-
-      - name: Set node version to 18
-        uses: actions/setup-node@v4
-        with:
-          node-version: 18
-          cache: pnpm
-
-      - run: pnpm install
-
-      - name: Run eslint
-        run: pnpm run lint --fix
-
-      - name: Run prettier
-        run: pnpm run format
-
-      - uses: autofix-ci/action@bee19d72e71787c12ca0f29de72f2833e437e4c9