Skip to content

Merge branch 'master' of https://github.com/RifHut/OpenBullet2 #11

Merge branch 'master' of https://github.com/RifHut/OpenBullet2

Merge branch 'master' of https://github.com/RifHut/OpenBullet2 #11

Workflow file for this run

name: .NET
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Unittests
run: dotnet test