From f340d22ff141815531f30e9fb2289326572ae86b Mon Sep 17 00:00:00 2001 From: chonghe Date: Thu, 5 Oct 2023 22:30:46 +0800 Subject: [PATCH] Add cargo-fmt --- .github/workflows/test-suite.yml | 1 + book/src/SUMMARY.md | 2 +- scripts/cli.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 8d941e31d4..c6836f26a5 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -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 diff --git a/book/src/SUMMARY.md b/book/src/SUMMARY.md index c9fcfe2dc7..6d0b691b81 100644 --- a/book/src/SUMMARY.md +++ b/book/src/SUMMARY.md @@ -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) diff --git a/scripts/cli.sh b/scripts/cli.sh index ed6da53430..e9899d0164 100755 --- a/scripts/cli.sh +++ b/scripts/cli.sh @@ -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