Skip to content

Commit

Permalink
Run go fmt and make generate manifests (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 authored Jan 22, 2023
1 parent ce357ac commit d1ff3d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ jobs:
version: v1.50.1
args: --timeout=3m

tidy:
generate:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@v3
with:
go-version: 1.19.5
cache: true
- run: go mod tidy
- run: make fmt
- run: make generate manifests
- uses: int128/update-generated-files-action@v2

test:
Expand Down

0 comments on commit d1ff3d3

Please sign in to comment.