aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.autocorrectignore3
-rw-r--r--.github/workflows/autocorrect-lint.yml16
2 files changed, 0 insertions, 19 deletions
diff --git a/.autocorrectignore b/.autocorrectignore
deleted file mode 100644
index 9631131a77..0000000000
--- a/.autocorrectignore
+++ /dev/null
@@ -1,3 +0,0 @@
-**/*
-!files/zh-cn/web/html/**/*
-
diff --git a/.github/workflows/autocorrect-lint.yml b/.github/workflows/autocorrect-lint.yml
deleted file mode 100644
index 876303825b..0000000000
--- a/.github/workflows/autocorrect-lint.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-name: AutoCorrect Lint
-
-on:
- pull_request:
- branches:
- - main
-
-jobs:
- lint:
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v2
-
- - name: AutoCorrect
- uses: huacnlee/autocorrect-action@v1.5.5