Skip to content

Commit

Permalink
Updating cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacobbrewer1 committed Oct 4, 2024
1 parent 832c9cd commit 1a82cb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-code-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: git config --global url."https://x:${GITHUB_API_TOKEN}@github.com".insteadOf "https://github.com"

- name: "Run Code Generation"
run: make codegen
run: go generate ./...

- name: "fmt"
run: go fmt ./...
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ pr-approval:
go build ./...
go vet ./...
go test ./...
codegen:
@echo "Generating code"
go generate ./...

0 comments on commit 1a82cb3

Please sign in to comment.