We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b979c0 commit 33dd1f0Copy full SHA for 33dd1f0
.github/workflows/ci.yml
@@ -233,6 +233,13 @@ jobs:
233
token: ${{ secrets.CODECOV_TOKEN }} # required
234
if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
235
236
+ - name: Run static check
237
+ uses: dominikh/staticcheck-action@fe1dd0c3658873b46f8c9bb3291096a617310ca6 # v1.3.1
238
+ with:
239
+ version: "latest"
240
+ install-go: false
241
+ if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
242
+
243
binaries:
244
name: Build Binaries
245
runs-on: ubuntu-24.04
0 commit comments