Conversation
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
There was a problem hiding this comment.
Pull request overview
Updates repository documentation and adds a PR-time YAML lint/format check to keep workflow/config YAML consistent in this reusable-workflows repo.
Changes:
- Expanded
README.mdwith a “Workflows” section and usage examples for each reusable workflow. - Added a new
.github/workflows/yaml-formatting.ymlworkflow to run Super-Linter (YAML Prettier validation) on pull requests.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
README.md |
Documents available reusable workflows and provides example caller workflows. |
.github/workflows/yaml-formatting.yml |
Adds a PR-triggered YAML formatting/linting check via Super-Linter. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| To use these workflows in your repository, reference them in your workflow files as outlined below. | ||
| Note: workflows can be pinned to a specific version tag (`@v1.0`), but it is recommended to use the latest stable version (`@main`) in order to keep manual intervention in workflows to a minimum. | ||
|
|
There was a problem hiding this comment.
The note recommends pinning to @main as the "latest stable" version. main is a moving ref and not inherently stable; recommending it increases the risk of unexpected changes (and supply-chain exposure) for downstream repositories. Consider recommending a release tag (e.g. @v1 / @v1.2.3) or a commit SHA, and if @main is supported, document it as an opt-in for early adopters rather than "stable".
|
|
||
| ## Contributing | ||
|
|
||
| For issues and comments, please leave an issue on [Github](https://github.com/MPUSP/mpusp-github-actions/issues). |
There was a problem hiding this comment.
Brand name casing: the link text should be "GitHub", not "Github".
| For issues and comments, please leave an issue on [Github](https://github.com/MPUSP/mpusp-github-actions/issues). | |
| For issues and comments, please leave an issue on [GitHub](https://github.com/MPUSP/mpusp-github-actions/issues). |
No description provided.