Skip to content

Prepare for release 2.60.0 #513

Prepare for release 2.60.0

Prepare for release 2.60.0 #513

Workflow file for this run

name: Health
on:
pull_request:
branches: [ master ]
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
health:
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
with:
checks: "version,changelog,breaking,do-not-submit,leaking"
fail_on: "do-not-submit"
warn_on: "version,changelog,breaking,leaking"
use-flutter: true

Check failure on line 13 in .github/workflows/health.yaml

View workflow run for this annotation

GitHub Actions / Health

Invalid workflow file

The workflow is not valid. .github/workflows/health.yaml (Line: 13, Col: 22): Invalid input, use-flutter is not defined in the referenced workflow.
permissions:
pull-requests: write