docs: 夜盘行情归入 Nasdaq Basic 免费 + 补充 ChatGPT 接入 MCP 说明 #1618
Workflow file for this run
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: [pull_request] | |
| jobs: | |
| autocorrect: | |
| name: Check text autocorrect | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 1 | |
| - name: Check | |
| uses: huacnlee/autocorrect-action@main | |
| with: | |
| use_npm: true | |
| - name: Report ReviewDog | |
| if: failure() | |
| uses: huacnlee/autocorrect-action@main | |
| env: | |
| REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| with: | |
| use_npm: true | |
| reviewdog: true |