ordinals / ord

👁‍🗨 Rare and exotic sats
https://ordinals.com
Creative Commons Zero v1.0 Universal
3.85k stars 1.38k forks source link

Split CI GitHub workflows into 3 files #3682

Open hantuzun opened 7 months ago

hantuzun commented 7 months ago

The ci.yaml file could be split into:

casey commented 7 months ago

I'm fine with that, although, in practice, running the tests takes a lot longer than building the docs or linting, and they happen in parallel, so it doesn't slow down the overall run time.

If we do split them, I'd vote to call them docs.yaml, lint.yaml, and ci.yaml or test.yaml.