Refactor/Move the rest of built in rpc modules to DI #14842
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Code formatting | |
on: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
spacing-check: | |
name: Check whitespaces | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v4 | |
- name: Set up .NET | |
uses: actions/setup-dotnet@v4 | |
- name: Format | |
run: dotnet format whitespace src/Nethermind/ --folder --verify-no-changes |