Skip to content

fix table border width bug #12

fix table border width bug

fix table border width bug #12

Workflow file for this run

name: Build
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.x
- name: Restore Packages
run: dotnet restore
- name: Build
run: dotnet build --no-restore