Skip to content

Commit

Permalink
chore: add lint and tidy to build process (#2360)
Browse files Browse the repository at this point in the history
## Description
Adds lint and tidy to build script. Hopefully this helps catch lint
errors before they get to CI!

## Is this change user facing?
NO
  • Loading branch information
tedim52 authored Apr 11, 2024
1 parent 93f449c commit b804ae5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ set -u
# ==================================================================================================
# These scripts will be executed always
MANDATORY_BUILD_SCRIPT_RELATIVE_FILEPATHS=(
"scripts/go-lint-all.sh"
"scripts/go-tidy-all.sh"
"scripts/generate-kurtosis-version.sh"
"cli/scripts/build.sh"
)
Expand Down

0 comments on commit b804ae5

Please sign in to comment.