Skip to content
/ dotnet-ci-example Public template

Example of .NET Core + Github Actions

License

Notifications You must be signed in to change notification settings

nogic1008/dotnet-ci-example

Repository files navigation

dotnet-ci-example

GitHub release (latest by date) .NET CI codecov CodeFactor License

Example of .NET + Github Actions

Setup

> dotnet restore

Commands

# Lint & Fix
> dotnet format

# Unit Test
> dotnet test

# Build
> dotnet build