Skip to content

Commit

Permalink
Update golint.sh
Browse files Browse the repository at this point in the history
pipefail
  • Loading branch information
Groxx authored Apr 1, 2024
1 parent b598ed2 commit 2ce8efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/golint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

set -ex
set -exu -o pipefail

make tidy
make build
Expand Down

0 comments on commit 2ce8efa

Please sign in to comment.