Skip to content

Commit

Permalink
Fixing validate script
Browse files Browse the repository at this point in the history
  • Loading branch information
MbolotSuse committed Mar 22, 2024
1 parent b77040f commit c52c626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/validate.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

set -e
go generate ./..
go generate ./...
golangci-lint run
go mod tidy
go mod verify
Expand Down

0 comments on commit c52c626

Please sign in to comment.