Skip to content

Update Update README.md #21

Update Update README.md

Update Update README.md #21

Workflow file for this run

name: Pure.DI check
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
- name: Build
run: dotnet run --project ./Build