Skip to content

Test merge for actions #30

Test merge for actions

Test merge for actions #30

Workflow file for this run

name: .NET CI
on:
pull_request:
branches: [ master, main ]
paths-ignore:
- '**.md'
jobs:
build-lin:
name: Build and test Linux
uses: ./.github/workflows/build-test-linux.yml
build-win:
name: Build and test on Windows
uses: ./.github/workflows/build-test-win.yml

Check failure on line 16 in .github/workflows/dotnet.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dotnet.yml

Invalid workflow file

error parsing called workflow ".github/workflows/dotnet.yml" -> "./.github/workflows/build-test-win.yml" : workflow is not reusable as it is missing a `on.workflow_call` trigger