Skip to content

Commit

Permalink
Remove du statement
Browse files Browse the repository at this point in the history
  • Loading branch information
wenovus committed Aug 10, 2023
1 parent 50c1d1b commit 787b411
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/basic_go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,6 @@ jobs:
if: ${{ !cancelled() }}
run: |
go install honnef.co/go/tools/cmd/staticcheck@latest
# Couple debug statements if this job ever runs out of space.
df -h
du -ha /* | sort -hr | head -20
- name: Cache for staticcheck
if: ${{ !cancelled() && !inputs.skip-staticcheck }}
Expand Down

0 comments on commit 787b411

Please sign in to comment.