Update dart_flutter_team_lints to depend on lints v4 #598
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A CI configuration to check PR health. | |
name: Health:Internal | |
on: | |
pull_request: | |
branches: [ main ] | |
types: [opened, synchronize, reopened, labeled, unlabeled] | |
jobs: | |
health: | |
uses: ./.github/workflows/health.yaml | |
with: | |
local_debug: true | |
coverage_web: false | |
upload_coverage: false | |
checks: version,changelog,license,coverage,breaking,do-not-submit,leaking | |
fail_on: version,changelog,do-not-submit | |
warn_on: license,coverage,breaking,leaking | |
ignore_license: 'pkgs/firehose/test_data' | |
ignore_coverage: 'pkgs/firehose/bin,pkgs/firehose/test_data' |