Skip to content

Commit

Permalink
Merge pull request #30 from maratori/typos
Browse files Browse the repository at this point in the history
Check typos in CI
  • Loading branch information
maratori committed Jun 23, 2022
2 parents 726c51e + 4398a10 commit fa49f6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -52,3 +52,9 @@ jobs:
with:
go-version: "1.x"
- run: make check-tidy

typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crate-ci/typos@v1.10.2

0 comments on commit fa49f6b

Please sign in to comment.