Skip to content

adds buttons to readme #5

adds buttons to readme

adds buttons to readme #5

Workflow file for this run

name: Build Package
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build ImageSharp Package
run: dotnet build ./src/ImageSharpCommunity.Formats.Pdf/ImageSharpCommunity.Formats.Pdf.csproj --configuration Release