Skip to content

Bump SixLabors.ImageSharp from 1.0.4 to 3.1.3 in /src/TaglibSharp.Tests #101

Bump SixLabors.ImageSharp from 1.0.4 to 3.1.3 in /src/TaglibSharp.Tests

Bump SixLabors.ImageSharp from 1.0.4 to 3.1.3 in /src/TaglibSharp.Tests #101

Workflow file for this run

name: Ubuntu
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.302
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Run unit tests
run: dotnet test --verbosity normal