Upgrades to `health.yaml` (#201)

* Continue `health.yaml` on error

* Switch to package github

* Fix tests

* Rev version

* Add test

* Remove git dep on apitool

* Fix DNS result

* rename

* Adapt markdown

* Add failure step

* Add more descriptive name

* Update pkgs/firehose/CHANGELOG.md

Co-authored-by: Devon Carew <devoncarew@google.com>

* Update pkgs/firehose/test/github_test.dart

Co-authored-by: Devon Carew <devoncarew@google.com>

---------

Co-authored-by: Devon Carew <devoncarew@google.com>
13 files changed
tree: 9e040db268deaca237bef848a773fa53ac8ecf72
  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.