Skip to content

Bump SixLabors.ImageSharp from 1.0.3 to 2.1.8 in /Utils/PAA2PNG #18

Bump SixLabors.ImageSharp from 1.0.3 to 2.1.8 in /Utils/PAA2PNG

Bump SixLabors.ImageSharp from 1.0.3 to 2.1.8 in /Utils/PAA2PNG #18

Workflow file for this run

name: dotnet
on:
push:
pull_request:
jobs:
dotnet:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
name: Build (${{ matrix.os }})
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
- name: Build
run: dotnet build
- name: Test
run: dotnet test
- name: Build Utils
run: dotnet build
working-directory: Utils