Skip to content

Commit

Permalink
try fixing lint
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk committed Nov 10, 2023
1 parent 88d5bbb commit eaeff38
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/operator-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,19 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ env.GOLANG_VERSION }}

# Add a step to clean up the Go module cache
- name: Clean up Go module cache
run: go clean -modcache

# Add a step to check the available disk space
- name: Check disk space
run: df -h

# List files in the Go module cache directory
- name: List Go module cache
run: ls -la $(go env GOPATH)/pkg/mod

- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit eaeff38

Please sign in to comment.