Skip to content

Updated missing Topics, updated interface #46

Updated missing Topics, updated interface

Updated missing Topics, updated interface #46

name: Check TwitchLib.Api PR Build Status
on:
pull_request:
branches: [ dev, master ]
jobs:
check-buildstatus:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build TwitchLib.Api
run: dotnet build --no-restore