Skip to content

Trim trailing empty line from README.md (#126) #207

Trim trailing empty line from README.md (#126)

Trim trailing empty line from README.md (#126) #207

Workflow file for this run

name: Pack into Nuget package
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pack-nuget:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- name: Build the Docker image
run: docker build . --file Dockerfile