Skip to content

Upgrades to .NET 10 #2080

Upgrades to .NET 10

Upgrades to .NET 10 #2080

Workflow file for this run

name: Pull Request Verification
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
defaults:
run:
shell: pwsh
jobs:
build:
name: Build artifacts
uses: ./.github/workflows/build_artifacts.yml

Check failure on line 17 in .github/workflows/pr_verification.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr_verification.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr_verification.yml" -> "./.github/workflows/build_artifacts.yml" : You have an error in your yaml syntax on line 28
with:
mdix-version: "0.0.0"
mdix-colors-version: "0.0.0"
mdix-mahapps-version: "0.0.0"
automerge:
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3.11.2