diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/autocorrect-lint.yml | 16 |
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 |