KStocky / ShaderTestFramework

An automation testing framework for testing shader code
MIT License
20 stars 1 forks source link

Make sure that the example repo doesn't break with commits to this repo #86

Closed KStocky closed 3 months ago

KStocky commented 4 months ago

Is your feature request related to a problem? Please describe.

I have the example repo which exists to give people an idea of how to set up a project to use STF. It would be really cool if I could validate that when I make changes to STF that I am not breaking the example repo.

Describe the solution you'd like

Perhaps there is a way to trigger a github action across repositories. If there is that would be the best way. Just kick off a run of the example repo on pull requests to main on this repo