Merge pull request #914 from YangHgRi/patch-1 #611
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: AutoCorrect | |
| on: [push, pull_request] | |
| jobs: | |
| autocorrect: | |
| name: AutoCorrect Lint | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out | |
| uses: actions/checkout@v3 | |
| with: | |
| fetch-depth: 1 | |
| - name: Lint | |
| uses: huacnlee/[email protected] |