From 231d838734f41d21a3554976283abc00a99e26a8 Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Tue, 14 Oct 2025 19:44:06 +0700 Subject: [PATCH] Revert "chore: add typos check into tests CI" This reverts commit 73e70ea49d18faee311be47a4207de8e476ee3a3. --- .github/workflows/tests.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 70b274f3bb..d616e8b71c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -26,17 +26,9 @@ 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", "typos"] + needs: ["lint"] strategy: fail-fast: false matrix: