Skip to content

Fund wallet with mining and improve test logging #443

Fund wallet with mining and improve test logging

Fund wallet with mining and improve test logging #443

Workflow file for this run

name: Code format check
on:
push:
branches:
- "master"
pull_request:
branches:
- "master"
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
submodules: recursive
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Code format check
run: |
dotnet tool install -g dotnet-format
dotnet format monero-csharp.sln --no-restore --verify-no-changes --verbosity diagnostic