mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 13:58:28 +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:
|
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
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user