spellcheck-action:用于检查代码的GitHub操作和拼写错误的提取请求

时间:2024-02-19 13:40:57
【文件属性】:

文件名称:spellcheck-action:用于检查代码的GitHub操作和拼写错误的提取请求

文件大小:2.09MB

文件格式:ZIP

更新时间:2024-02-19 13:40:57

ruby docker code-quality github-action actionshackathon

错字CI-拼字检查动作 通过GitHub Action检查代码中的拼写错误 注意:如果您在私有存储库上使用此GitHub Action,则必须。 或者,您可能还需要考虑使用 。 安装 复制以下内容到.github/workflows/spellcheck.yml : # Add to: .github/workflows/spellcheck.yml name : Typo CI on : push : branches-ignore : - master jobs : spellcheck : name : Typo CI (GitHub Action) runs-on : ubuntu-latest timeout-minutes : 4 if : " !contains(github.event.head_commit.message, '[ci skip]') " steps : - name : TypoCheck uses : typoci/spellcheck-action@ma


网友评论