Testing automations on PRs (and type checking) is really important on a small project like this–it helps to prevent introducing bugs into production. Since Github Actions is free for open source repos (🎉) it seems to me like it makes sense to set up automated PR actions that trigger testing.
Testing automations on PRs (and type checking) is really important on a small project like this–it helps to prevent introducing bugs into production. Since Github Actions is free for open source repos (🎉) it seems to me like it makes sense to set up automated PR actions that trigger testing.