Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 check

See the file here: [validations](./.github/actions/validations.yaml)


---

Developed By [Alessandro Massarotti Jr](https://github.com/alessandro-massarotti-jr) 🤖