Skip to content

Commit

Permalink
Fix spacing error.
Browse files Browse the repository at this point in the history
  • Loading branch information
robshakir committed Dec 12, 2024
1 parent ffc3d94 commit fe3c968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic_go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
if: ${{ !cancelled() && !inputs.skip-staticcheck }}
run: |
export STATICCHECK_CACHE="${{ runner.temp }}/staticcheck"
if [ -z "${{ inputs.static-analysis-excludes-deprecated }}"]; then
if [ -z "${{ inputs.static-analysis-excludes-deprecated }}" ]; then
STATICHECK_ARGS=""
else
STATICCHECK_ARGS="-SA1019"
Expand Down

0 comments on commit fe3c968

Please sign in to comment.