Skip to content

fix disconnect event type in TwitchClient #206

fix disconnect event type in TwitchClient

fix disconnect event type in TwitchClient #206

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