Merge pull request #266 from CodeXiaoXian/patch-1 #132
This file contains 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: Check text autocorrect | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out source | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 1 | |
- name: Exec autocorrect | |
uses: huacnlee/autocorrect-action@main |