diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index cc7f7b989f..0c160c349f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -26,9 +26,17 @@ jobs: - uses: projectdiscovery/actions/setup/go@v1 - uses: projectdiscovery/actions/golangci-lint/v2@v1 + typos: + name: "Typos" + if: "${{ !endsWith(github.actor, '[bot]') }}" + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v5 + - uses: crate-ci/typos@v1.38.1 + tests: name: "Tests" - needs: ["lint"] + needs: ["lint", "typos"] strategy: fail-fast: false matrix: