Closed MiguelCastillo closed 2 years ago
What do you think about using GitHub actions? I've been using it a lot lately and it's super convenient (and free for public repos).
What checks are needed to run?
yeah thats definitely a great alternative! i think we want npm test
and another one for linting.
Awesome! do you mind if I take this issue? or are you interested on this integration? either option works for me!
Another idea... I know that you are deploying this to a separate hosting/domain. Would you be up to deploy this to GH pages (so we can automatically deploy on every push to main
)? or do you prefer to keep that deployment separate as it is?
yeah github pages definitely are a great option. let's do it! feel free to pick it up, I dont mind it at all.
I had integrations with jenkins until they decided to require me to provide a credit card to use the free version. So I need to find an alternative that integrates with github so that build and tests can run when making PRs and pushing commits.