Skip to content

Add new telegram converters with attachments grouping and new api fea… #155

Add new telegram converters with attachments grouping and new api fea…

Add new telegram converters with attachments grouping and new api fea… #155

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: 9.0.x
- name: Restoring
run: dotnet restore
- name: Building
run: dotnet build --no-restore
- name: Testing
run: dotnet test --verbosity normal