Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alessandro-massarotti-jr/template-actions
Template github actions
https://github.com/alessandro-massarotti-jr/template-actions
actions github-actions pipeline workflow workflows
Last synced: 4 days ago
JSON representation
Template github actions
- Host: GitHub
- URL: https://github.com/alessandro-massarotti-jr/template-actions
- Owner: Alessandro-Massarotti-Jr
- Created: 2024-05-18T18:31:16.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T00:37:16.000Z (6 months ago)
- Last Synced: 2024-07-23T00:41:54.478Z (6 months ago)
- Topics: actions, github-actions, pipeline, workflow, workflows
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# template-actions
Template actions for github projects, this repository has a feture to add actions files to some repositories when the workflows has any changes
## Sumary
- [template-actions](#template-actions)
- [Sumary](#sumary)
- [Actions](#actions)
- [release](#release)
- [validations](#validations)## Actions
This session is for talk about what each action on this repository do
### release
This action release a new version each time main branch has new pushs
update the main branch with changelog create version tag and update develop with new generated version
See the file here: [release](./.github/actions/release.yaml)### validations
This action runs validotion checks on PR was openned to develop or main branches, the validation includes
- Unit tests
- Linter
- Build project checkSee the file here: [validations](./.github/actions/validations.yaml)
---
Developed By [Alessandro Massarotti Jr](https://github.com/alessandro-massarotti-jr) 🤖