Skip to content

Fix of WebSocket close status frame #91

Fix of WebSocket close status frame

Fix of WebSocket close status frame #91

Workflow file for this run

name: Linux
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Setup dotnet"
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.x.x
- name: "Build"
run: |
dotnet restore
dotnet build --configuration Release
# dotnet test