StanfordBDHG / .github

Collection of default community health files, GitHub Action workflows, templates
https://biodesigndigitalhealth.stanford.edu
3 stars 2 forks source link

Create a Test Project that Validates the Functionality of the Reusable GitHub Actions #19

Open PSchmiedmayer opened 1 year ago

PSchmiedmayer commented 1 year ago

Problem

Solution

Additional context

This issue is a great way to get started with contributing to the GitHub Actions and getting familiar with the issue as it mainly consists of testing and validating the existing functionality.

Code of Conduct

Supereg commented 1 year ago

Wouldn’t it make sense to include the project inside this repository to allow for automated PR testing such that everything is self-contained? Similar to how we do it with the swiftlint action?

PSchmiedmayer commented 1 year ago

@Supereg Yes, that was the intention of the issue, including it in this project is the way to go 👍

PSchmiedmayer commented 10 months ago

https://github.com/StanfordBDHG/.github/pull/41 provides an other motivation for this, we should see that we can also catch regressions in these workflows.