Health workflow updates (#134)

* Group unlicensed files into touched/not touched in PR

* Add web test arg

* Look only at packages with changelogs

* Do not display unchanged license markdown conditionally

* Test if `test_web` works - to be reverted

* Revert "Test if `test_web` works - to be reverted"

This reverts commit aa9fcf9f1ce778ee15782b9ccfc12fd9d6efa21c.

* Add changelog

* Changes as per review

* Change arg name

* Propagate arg name change
10 files changed
tree: b9b77019698fb5cc5195639f796e8e386728dd99
  1. .github/
  2. pkgs/
  3. tool/
  4. .gitattributes
  5. .gitignore
  6. CONTRIBUTING.md
  7. LICENSE
  8. mono_repo.yaml
  9. README.md
README.md

Dart CI

Overview

This repository is home to general Dart Ecosystem tools and packages.

Packages

PackageDescriptionVersion
blast_repoA tool to bulk validate and fix GitHub repos.
corpusA tool to calculate the API usage for a package.
dart_flutter_team_lintsAn analysis rule set used by the Dart and Flutter teams.pub package
firehoseA tool to automate publishing of Pub packages from GitHub actions.pub package
repo_manageMiscellaneous issue, repo, and PR query tools.

Publishing automation

For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

For additional information about contributing, see our contributing page.