fossunited / falcon

A service that execute code in any programming language in a sandboxed environment.
MIT License
42 stars 6 forks source link

Setup github actions to runtests on every commit and on PR #11

Closed anandology closed 2 years ago

anandology commented 3 years ago

Github Actions is a popular way to run tests on every commit and PR.

Setup github actions for this repo to run tests on every commit to main branch and on every PR.

A sample workflow can be found at one of my earlier projects:

https://github.com/rorodata/toolkit/blob/master/.github/workflows/toolkit-ci.yml

anandology commented 2 years ago

done.