Skip to content

Chat: Auto scroll

Chat: Auto scroll #3

Workflow file for this run

name: Application
on:
push:
branches: [master]
pull_request:
branches: [master]
env:
BUILD_TYPE: Debug
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
- name: Build
run: |
dotnet restore
dotnet build