Skip to content

teste reusable workflow #1

teste reusable workflow

teste reusable workflow #1

Workflow file for this run

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

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

invalid value workflow reference: cannot specify version when calling local workflows
with:
dotnetVersions: '["6.0", "8.0"]'