Skip to content

Bump Magick.NET-Q16-AnyCPU from 7.22.0 to 13.3.0 in /Ginger/GingerCoreNET #555

Bump Magick.NET-Q16-AnyCPU from 7.22.0 to 13.3.0 in /Ginger/GingerCoreNET

Bump Magick.NET-Q16-AnyCPU from 7.22.0 to 13.3.0 in /Ginger/GingerCoreNET #555

Workflow file for this run

name: CI
on:
workflow_dispatch:
workflow_call:
pull_request:
branches:
- master
- Features/Linux-Migration
- Releases/*
- Releases/*/*
jobs:
# Codacy:
# name: Code_Quality
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
Build:
name: Build Stage
# needs: Codacy
uses: ./.github/workflows/GingerBuild.yml
Test:
name: Test Stage
needs: Build
uses: ./.github/workflows/GingerTests.yml
secrets: inherit