diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ab67425..8477c49 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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