docs: 改进文档表述以提高可读性和准确性 #134
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 CI | |
| on: | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| autocorrect: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check source code | |
| uses: actions/checkout@v4 | |
| - name: AutoCorrect | |
| uses: huacnlee/autocorrect-action@v2 | |
| - name: Review Dog | |
| if: failure() | |
| uses: huacnlee/autocorrect-action@v2 | |
| env: | |
| REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| with: | |
| reviewdog: true |