Skip to content

Commit

Permalink
[ci] explain why check_fmt.sh is not silenced
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-gilligan committed Feb 14, 2024
1 parent faa9e1f commit b34cfb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions githooks/pre-push
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -eo pipefail
echo "Running pre-push git hook: $0"
# forego redirecting stdout to /dev/null on check_fmt.sh because the output
# from cargofmt is useful (and the good stuff is not delivered by stderr)
./ci/check_fmt.sh
./ci/check_job_dependencies.sh > /dev/null
./ci/check_msrv.sh > /dev/null
Expand Down

0 comments on commit b34cfb6

Please sign in to comment.