Skip to content

Instantly share code, notes, and snippets.

View mr-awk's full-sized avatar
😀

Mr-awk mr-awk

😀
  • Sweden
View GitHub Profile
@mr-awk
mr-awk / ci.yml
Created August 27, 2023 22:02
workflow for github actions dotnet c#
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name: .NET
on: [push, pull_request]
jobs:
test:
name: Debug Build & Test