动作 使用检查代码。 安装 示例spellcheck.yaml name : ' Check spelling ' on : # rebuild any PRs and main branch changes pull_request : push : jobs : spellcheck : # run the action runs-on : ubuntu-latest steps : - uses : actions/checkout@v2 - uses : streetsidesoftware/cspell-action@v1.0.1