Skip to content

Added TLS Protocol #213

Added TLS Protocol

Added TLS Protocol #213

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@v4
- name: Format whitespace
working-directory: ${{ env.WORKING_DIR }}
run: dotnet format whitespace . --folder --verify-no-changes