Skip to content

trying to set width in style #55

trying to set width in style

trying to set width in style #55

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/dotnet/sdk:8.0
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
dotnet tool restore
dotnet paket restore
dotnet test