From 4398a105d2a09b2f59dba054372afccd268fed14 Mon Sep 17 00:00:00 2001 From: Marat Reymers Date: Thu, 23 Jun 2022 01:00:02 +0300 Subject: [PATCH] Check typos in CI --- .github/workflows/ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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