/Xpeho-Workflows

BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Xpeho-Workflows

This repository contains GitHub workflows to automate common development tasks.

Workflows

General

  • Add label to Pull Request: This workflow adds a label to a pull request when it is opened.
  • Changelog: This workflow check if the changelog has been updated when a pull request is merged.
  • Git checks: This workflow runs git checks when a pull request is opened.

Flutter

  • Coverage tests: This workflow runs coverage tests when a pull request is opened with the plugin Very Good Coverage. The min coverage is defined by your environment variables.
  • Dart checks: This workflow runs the dart format, dart analyze and dart test when a pull request is opened.

Contributing

Contributions are welcome! If you want to add a new workflow or improve an existing workflow, please submit a pull request.

License

This repository is licensed under the MIT License. See the LICENSE file for more information.