Skip to content

Commit

Permalink
[ci] make sure rustfmt stdout gets printed
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-gilligan committed Feb 13, 2024
1 parent 3c1f6f3 commit 41b70d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion githooks/pre-push
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eo pipefail
echo "Running pre-push git hook: $0"
./ci/check_fmt.sh > /dev/null
./ci/check_fmt.sh
./ci/check_job_dependencies.sh > /dev/null
./ci/check_msrv.sh > /dev/null
./ci/check_readme.sh > /dev/null
Expand Down

0 comments on commit 41b70d9

Please sign in to comment.