diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68adb26e35..cb3834de94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -233,6 +233,13 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} # required if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }} + - name: Run static check + uses: dominikh/staticcheck-action@fe1dd0c3658873b46f8c9bb3291096a617310ca6 # v1.3.1 + with: + version: "latest" + install-go: false + if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }} + binaries: name: Build Binaries runs-on: ubuntu-24.04