Skip to content

Not a 100% fix but the dashboard now at least displays reasonably wel… #72

Not a 100% fix but the dashboard now at least displays reasonably wel…

Not a 100% fix but the dashboard now at least displays reasonably wel… #72

Workflow file for this run

on:
push:
branches:
- main
- bellissima
pull_request:
branches:
- main
- bellissima
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: dotnet build --configuration Release