bldg14 / eventual

A simple event calendar
https://eventual-client.fly.dev
MIT License
0 stars 0 forks source link

add go and node testing workflow from starter templates #23

Closed kevinfalting closed 1 year ago

kevinfalting commented 1 year ago

Overview

We'd like some automated testing for our repo, so this adds it.

Resolves: #14

Thought Process

I've copied from Github's starter templates, and made small adjustments to the node one so it's only testing against the version of node we use.

Testing Steps

The ci should run and pass.

Risks

Low risk, this should be running on every PR.