beardgame / utilities

General C# (game) utilities library, containing a variety of useful types and algorithms
MIT License
28 stars 14 forks source link

🧑‍🚒 Replace copied workflows with workflow references #343

Closed tomrijnbeek closed 11 months ago

tomrijnbeek commented 1 year ago

✨ What's this?

This PR replaces the copy of the workflow templates from beardgame/.github with a much simpler one that refers to the files in that same repository, so they automatically pick up any changes.

🔍 Why do we want this?

It saves on duplication.

🏗 How is it done?

Manually porting over the jobs section of the yaml files.