cosinekitty / astronomy

Astronomy Engine: multi-language calculation of Sun, Moon, and planet positions. Predicts lunar phases, eclipses, transits, oppositions, conjunctions, equinoxes, solstices, rise/set times, and other events. Provides vector and angular coordinate transforms among equatorial, ecliptic, horizontal, and galactic orientations.
MIT License
496 stars 63 forks source link

Consider using `act` to run GitHub Actions locally #272

Open cosinekitty opened 2 years ago

cosinekitty commented 2 years ago

I just learned about this project:

https://github.com/nektos/act

It allows running GitHub Actions locally. This could help make it easier for new contributors to test changes without the complications of setting up a local build process. It could also help me when I make changes to a workflow yml file, so I don't have to make a lot of push noise to test/debug.

cosinekitty commented 1 year ago

Another possibility for helping people set up a development environment for Astronomy Engine:

https://devenv.sh/