Skip to content

Added message replies support for sent messages #26

Added message replies support for sent messages

Added message replies support for sent messages #26

name: Building and Testing
on:
push:
branches-ignore: [ "stable", "development" ]
pull_request:
branches-ignore: [ "stable" ]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Preparing
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restoring
run: dotnet restore
- name: Building
run: dotnet build --no-restore
- name: Testing
run: dotnet test --verbosity normal