Skip to content

Help and Repop chat commands #328

Help and Repop chat commands

Help and Repop chat commands #328

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.200
- name: Build Project
run: dotnet build --configuration Release