Skip to content

Column in channels view showing the channel id with a link to amboss page #105

Column in channels view showing the channel id with a link to amboss page

Column in channels view showing the channel id with a link to amboss page #105

Workflow file for this run

name: .NET Test on PR to main
on:
pull_request:
branches: [ main ]
types: [ opened, synchronize ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Restore dependencies
run: dotnet restore
- name: Build and test
run: dotnet test