Skip to content

Add private eth_call corpus mode to the RPC benchmark workflow #34057

Add private eth_call corpus mode to the RPC benchmark workflow

Add private eth_call corpus mode to the RPC benchmark workflow #34057

name: Code formatting
on:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
format:
name: Check whitespaces
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Check out repository
uses: actions/checkout@v6
- name: Set up .NET
uses: actions/setup-dotnet@v5
- name: Check whitespaces
run: |
dotnet format whitespace src/Nethermind/ --folder --verify-no-changes
dotnet format whitespace tools/ --folder --verify-no-changes