Add cargo-fmt

This commit is contained in:
chonghe
2023-10-05 22:30:46 +08:00
committed by Tan Chee Keong
parent fea0f81a0e
commit f340d22ff1
3 changed files with 3 additions and 2 deletions

View File

@@ -390,6 +390,7 @@ jobs:
cli-check:
name: cli-check
runs-on: ubuntu-latest
needs: cargo-fmt
steps:
- uses: actions/checkout@v3
- name: Run Makefile to trigger the bash script

View File

@@ -53,7 +53,7 @@
* [MEV](./builders.md)
* [Merge Migration](./merge-migration.md)
* [Late Block Re-orgs](./late-block-re-orgs.md)
* [CLI Reference](./help-general.md)
* [Built-In Documentation](./help-general.md)
* [Beacon node](./help_bn.md)
* [Validator client](./help_vc.md)
* [Validator manager](./help_vm.md)

View File

@@ -96,6 +96,6 @@ if [[ $changes == true ]]; then
echo "Exiting with error to indicate changes occurred..."
exit 1
else
echo "CLI parameters are up to date."
echo "CLI help texts are up to date."
exit 0
fi