vmatare / thinkfan

The minimalist fan control program
GNU General Public License v3.0
534 stars 61 forks source link

DRY github workflow #238

Open bhundven opened 5 months ago

bhundven commented 5 months ago

Make install deps, build, and install actions re-usable.

bhundven commented 5 months ago

This way, if you need to update one of the steps for build, install deps, or install... you only need to do that in one spot instead of in multiple files.