Skip to content

enhance: tweak ToFileSize for readability #1

enhance: tweak ToFileSize for readability

enhance: tweak ToFileSize for readability #1

Workflow file for this run

name: Format Check
on:
push:
branches: [develop]
pull_request:
branches: [develop]
workflow_dispatch:
workflow_call:
jobs:
tests-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Run unit tests
run: dotnet test