aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2022-02-16 21:33:39 +0100
committerGitHub <noreply@github.com>2022-02-16 21:33:39 +0100
commit9a4c572bbacf0aad703fa679b051ae8e9569400c (patch)
tree8a7a1c5e2aac1af9385afdab05cb9eb139fc6759 /.github
parente07b59c1e302e8a11b4cadca88fc5e0cbc2e0ac3 (diff)
downloadtranslated-content-9a4c572bbacf0aad703fa679b051ae8e9569400c.tar.gz
translated-content-9a4c572bbacf0aad703fa679b051ae8e9569400c.tar.bz2
translated-content-9a4c572bbacf0aad703fa679b051ae8e9569400c.zip
Remove workflow currently breaking CI - fixes #4170 (#4173)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/autocorrect-lint.yml16
1 files changed, 0 insertions, 16 deletions
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