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

Deprecated the NuGet Packages (#20) #10

Deprecated the NuGet Packages (#20)

Deprecated the NuGet Packages (#20) #10

name: Pull request checks
on:
push:
branches: [ main ]
paths:
- 'extensionMethods/**'
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened]
paths:
- 'extensionMethods/**'
defaults:
run:
working-directory: extensionMethods
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
- name: Build
run: dotnet build -c Release
- name: Test
run: dotnet test -c Release --no-build