Skip to content

feat: updated docs and added linting wf for repo content#2

Merged
m-jahn merged 3 commits intomainfrom
dev
Mar 6, 2026
Merged

feat: updated docs and added linting wf for repo content#2
m-jahn merged 3 commits intomainfrom
dev

Conversation

@m-jahn
Copy link
Member

@m-jahn m-jahn commented Mar 6, 2026

No description provided.

Copilot AI review requested due to automatic review settings March 6, 2026 07:52
@github-actions
Copy link

github-actions bot commented Mar 6, 2026

Super-linter summary

Language Validation result
YAML_PRETTIER Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

@m-jahn m-jahn merged commit 63f5499 into main Mar 6, 2026
4 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md with a “Workflows” section and usage examples for each reusable workflow.
  • Added a new .github/workflows/yaml-formatting.yml workflow 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.

Comment on lines +21 to +23
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.

Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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".

Copilot uses AI. Check for mistakes.

## Contributing

For issues and comments, please leave an issue on [Github](https://github.com/MPUSP/mpusp-github-actions/issues).
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Brand name casing: the link text should be "GitHub", not "Github".

Suggested change
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).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants