Skip to content

Bump SixLabors.ImageSharp from 2.1.3 to 3.1.3 in /Bearded.Graphics.ImageSharp #72

Bump SixLabors.ImageSharp from 2.1.3 to 3.1.3 in /Bearded.Graphics.ImageSharp

Bump SixLabors.ImageSharp from 2.1.3 to 3.1.3 in /Bearded.Graphics.ImageSharp #72

Workflow file for this run

name: Build & Test [.NET Core]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3.0.0
with:
dotnet-version: |
6.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build -c Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal