dylanirlbeck / tailwind-ppx

A Reason/OCaml Pre-Processor eXtension (PPX) that validates your Tailwind classes at compile-time.
MIT License
152 stars 15 forks source link

Consolidate GH actions into single workflow #40

Closed dylanirlbeck closed 4 years ago

dylanirlbeck commented 4 years ago

In the same way GraphQL PPX does it, I think we should have one workflow file - say, pipeline.yml that handles building, testing, and publishing all in one. We'd just need an if condition of sorts for the publishing job so it only runs when new tags are pushed to GitHub.