https://github.com/circlefin/circle-public-github-workflows
https://github.com/circlefin/circle-public-github-workflows
github-actions
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/circlefin/circle-public-github-workflows
- Owner: circlefin
- License: apache-2.0
- Created: 2023-12-18T20:28:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T20:49:13.000Z (over 1 year ago)
- Last Synced: 2025-03-28T03:51:08.938Z (over 1 year ago)
- Topics: github-actions
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# circle-public-github-workflows
This contains a collection of shared Github Workflows which may be used by pubicly exposed repositories.
## Workflows
This repository contains the following shareable workflows under `.github/workflows`:
* actions-lint - Lints github workflows and actions.
* attach-release-assets - Attaches SBOM and other build artifacts to releases along with a manifest file.
* conventional-commit-release - Lints commit messages and PR titles to ensure compliance with [Conventional Commits](https://www.conventionalcommits.org); on default branch builds it will execute the [release-please action](https://github.com/google-github-actions/release-please-action) to generate Github releases & changelogs.
* pr-scan - Executes the [dependency-review-action](https://github.com/actions/dependency-review-action) to check for vulnerabilities and license compliance in pull request dependencies.