Skip to content

Commit

Permalink
Update devops.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yunussandikci authored Oct 1, 2024
1 parent be54c10 commit 4ffce91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devops.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ prerequisites() {

lint() {
gofumpt -l -w .
golangci-lint run --timeout=10m
golangci-lint run
}

generate() {
Expand All @@ -56,4 +56,4 @@ test() {

prerequisites

"$@"
"$@"

0 comments on commit 4ffce91

Please sign in to comment.