Skip to content

update and run csharpier #39

update and run csharpier

update and run csharpier #39

Workflow file for this run

name: Build and Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.201
- run: dotnet run -p build/build.csproj