Skip to content

chore: update copyright header to Google LLC BSD format #84

chore: update copyright header to Google LLC BSD format

chore: update copyright header to Google LLC BSD format #84

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:
sdk: stable
# Drop coverage
checks: "changelog,license,breaking,do-not-submit,leaking,unused-dependencies"
license_header: .github/expected_license_header.txt

Check failure on line 14 in .github/workflows/health.yml

View workflow run for this annotation

GitHub Actions / Health

Invalid workflow file

The workflow is not valid. .github/workflows/health.yml (Line: 14, Col: 23): Invalid input, license_header is not defined in the referenced workflow.
# GENERATED FILES
ignore_license: 'generated/**,_test_package/**'
# TOO BIG!
ignore_changelog: 'generated/**'
# TOO BIG!
ignore_unuseddependencies: 'generated/**'
permissions:
pull-requests: write