From 2968f00d257b512ac0d046a3fa12e8deec2540fb Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Wed, 16 Feb 2022 15:45:06 +0800 Subject: Add AutoCorrect-lint GitHub Action and enable on files/zh-cn/web/html (#3490) --- .github/workflows/autocorrect-lint.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/autocorrect-lint.yml (limited to '.github') 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 -- cgit v1.2.3-54-g00ecf