lunarmodules / busted

Elegant Lua unit testing.
https://lunarmodules.github.io/busted/
MIT License
1.38k stars 184 forks source link

Setup repo for use *as* GH Action #692

Closed alerque closed 1 year ago

alerque commented 1 year ago

This is a false start, see comments in #689. A containerized Docker image is probably not the way to handle this because it needs to execute not just inspect the code it is testing. Probably an action that installs stuff in the host container is better.

A simple containerized GH Action release, per documentation best used for projects with no additional dependencies but adaptable to other uses as well.