Skip to content

Improve yamux; add test-plans interop app #117

Improve yamux; add test-plans interop app

Improve yamux; add test-plans interop app #117

Workflow file for this run

name: Format
on:
pull_request:
jobs:
format:
name: Format
runs-on: ubuntu-latest
env:
WORKING_DIR: src/libp2p
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
submodules: true
- name: Set up .NET
uses: actions/setup-dotnet@v3
- name: Format whitespace
working-directory: ${{ env.WORKING_DIR }}
run: dotnet format whitespace . --folder --verify-no-changes