Skip to content

Commit

Permalink
Merge pull request #84 from viccuad/updatecli-modtidy
Browse files Browse the repository at this point in the history
ci: Run `go mod tidy` as updatecli target
  • Loading branch information
viccuad authored Sep 10, 2024
2 parents ca00ec1 + 34f4806 commit a172987
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions updatecli/update_third_party_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,21 @@ targets:
- name: "FILES"
value: "pkg/api/resource/amount.go pkg/api/resource/quantity.go pkg/api/resource/math.go \
pkg/api/resource/scale_int.go pkg/api/resource/suffix.go"
goModTidy:
disablesourceinput: true
kind: shell
name: Run `go mod tidy`
spec:
changedif:
kind: file/checksum
spec:
files:
- go.mod
- go.sum
command: go mod tidy
environments:
- name: HOME
- name: PATH

actions:
createUpdatePR:
Expand Down

0 comments on commit a172987

Please sign in to comment.