From 149b2a823405f66e916ffccb1965f0f0819b510a Mon Sep 17 00:00:00 2001 From: Nikolay Pianikov Date: Tue, 5 Mar 2024 13:14:36 +0300 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 000000000..dce44f287 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,19 @@ +name: Pure.DI check + +on: [push] + +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 and check + run: dotnet run --project ./build -- check