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
- Host: GitHub
- URL: https://github.com/rssnyder/actions
- Owner: rssnyder
- Created: 2023-06-06T22:00:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T15:37:39.000Z (over 2 years ago)
- Last Synced: 2025-03-23T06:12:37.855Z (about 1 year ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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