mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
Add cargo-fmt
This commit is contained in:
1
.github/workflows/test-suite.yml
vendored
1
.github/workflows/test-suite.yml
vendored
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user