Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Add methods to check a build result #31

Add methods to check a build result

Add methods to check a build result #31

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