An open API service indexing awesome lists of open source software.

https://github.com/rssnyder/actions

storage for github action resources
https://github.com/rssnyder/actions

Last synced: 2 months ago
JSON representation

storage for github action resources

Awesome Lists containing this project

README

          

# actions

storage for github action resources

## whats included

- `docker-build-and-push.yml`: build and push a docker image
- only push on release
- `go-releaser.yml`: build and publish go binaries
- only publish on release
- `python-poetry.yml`: install deps and check formatting using poetry