Add cargo-fmt

This commit is contained in:
chonghe
2023-10-05 22:30:46 +08:00
parent 7495a14861
commit 39bd86ae5d
3 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -53,7 +53,7 @@
* [MEV](./builders.md) * [MEV](./builders.md)
* [Merge Migration](./merge-migration.md) * [Merge Migration](./merge-migration.md)
* [Late Block Re-orgs](./late-block-re-orgs.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) * [Beacon node](./help_bn.md)
* [Validator client](./help_vc.md) * [Validator client](./help_vc.md)
* [Validator manager](./help_vm.md) * [Validator manager](./help_vm.md)

View File

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