Skip to content

teste reusable workflow #2

teste reusable workflow

teste reusable workflow #2

Workflow file for this run

name: Main workflow
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
call-workflow:
uses: ./.github/workflows/reusable.yml

Check failure on line 13 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yml" -> "./.github/workflows/reusable.yml" (source branch with sha:16db0edca3075e49e1cc8f3b4763b90668f26491) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
dotnetVersions: '["6.0", "8.0"]'