ci: fix typo and check typo in docs ci (#1905)

This commit is contained in:
Yingwen
2023-07-07 18:07:17 +09:00
committed by GitHub
parent 6dd24f4dc4
commit cd5afc8cb7

View File

@@ -27,6 +27,13 @@ name: CI
# https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks
jobs:
typos:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crate-ci/typos@v1.13.10
check:
name: Check
if: github.event.pull_request.draft == false