Skip to content

Use .slnx solution format and .NET 10 SDK; bump TFMs where applicable. #7

Use .slnx solution format and .NET 10 SDK; bump TFMs where applicable.

Use .slnx solution format and .NET 10 SDK; bump TFMs where applicable. #7

Workflow file for this run

name: CI: main

Check failure on line 1 in .github/workflows/merge.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/merge.yml

Invalid workflow file

You have an error in your yaml syntax
on:
push:
branches: [main]
workflow_dispatch:
jobs:
merge_job:
name: Preview packages
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
uses: frankhaugen/Workflows/.github/workflows/dotnet-publish-preview.yml@main
secrets: inherit