issues
search
Team-BTMC
/
osu-radio
A music player for your local osu! library
30
stars
29
forks
source link
ci: add cache, add prettier, parallelize jobs
#85
Closed
brw
closed
1 month ago
brw
commented
1 month ago
Split steps into multiple jobs so that they're run and displayed separately (and concurrently)
Create reusable setup action
Have CI run for all PRs, not just against master
Enable caching (doesn't cache node_modules, it's just a global package cache that's used when the lockfile hasn't changed)
Add Prettier formatting check