From 42d35b1941e487e6faa5386699f3bf464075386b Mon Sep 17 00:00:00 2001 From: Boris Glimcher Date: Thu, 18 Aug 2022 01:43:50 +0300 Subject: [PATCH] ci: add spellcheck Signed-off-by: Boris Glimcher --- .github/workflows/linters.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index e4d145a1..3a3f26e2 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -34,6 +34,12 @@ jobs: - uses: actions/checkout@v3 - uses: azohra/shell-linter@v0.6.0 + spellcheck: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: igsekor/pyspelling-any@v1.0.4 + golangci: runs-on: ubuntu-latest steps: