aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJason Lee <huacnlee@gmail.com>2022-02-16 15:45:06 +0800
committerGitHub <noreply@github.com>2022-02-16 09:45:06 +0200
commit2968f00d257b512ac0d046a3fa12e8deec2540fb (patch)
tree179e3d4afc6b8921922f25539bbd6f2bc02cf316 /.github
parent0b4638eb8bc775ceb38c1b8b65b9838cae26f618 (diff)
downloadtranslated-content-2968f00d257b512ac0d046a3fa12e8deec2540fb.tar.gz
translated-content-2968f00d257b512ac0d046a3fa12e8deec2540fb.tar.bz2
translated-content-2968f00d257b512ac0d046a3fa12e8deec2540fb.zip
Add AutoCorrect-lint GitHub Action and enable on files/zh-cn/web/html (#3490)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/autocorrect-lint.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/autocorrect-lint.yml b/.github/workflows/autocorrect-lint.yml
new file mode 100644
index 0000000000..876303825b
--- /dev/null
+++ b/.github/workflows/autocorrect-lint.yml
@@ -0,0 +1,16 @@
+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