Skip to content

Commit

Permalink
fix: check if required commands are available
Browse files Browse the repository at this point in the history
maven build will not fail on local machines, but will fail during GitHub Actions build
  • Loading branch information
grigoriev committed Jun 27, 2024
1 parent 32add89 commit 71a89d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/convert-readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function check_command() {
}

# Check if required commands are installed
check_command jq1
check_command jq
check_command curl
check_command awk

Expand Down

0 comments on commit 71a89d4

Please sign in to comment.