NVIDIA-Merlin / NVIDIA-Merlin/Merlin
[Task] Add YAML Formatter to ensure GitHub Actions configuration can be loaded
Open
@karlhigley is already working on this.
Since Jan 17, 2023.
ci
- Dominant language
- Python
- Stars
- 907
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
Description
When making changes or adding new GitHub Actions Workflows to our projects. Without a check for valid YAML files, we can end up in situations where we're puzzled about why a workflow doesn't show up as a job in a Pull Request list of Actions.
Adding a YAML formatter, reduces this risk and saves time by preventing formatting errors from showing up in our configuration.
Proposed YAML formatter: Prettier. This one of the most widely used YAML formatters and adopted by tools like the YAML vs Code Extension
- Dataloader https://github.com/NVIDIA-Merlin/dataloader/pull/73
- NVTabular https://github.com/NVIDIA-Merlin/NVTabular/pull/1733
- Transformers4Rec
- Merlin
- Systems https://github.com/NVIDIA-Merlin/systems/pull/273
- Core https://github.com/NVIDIA-Merlin/core/pull/199
- Models https://github.com/NVIDIA-Merlin/models/pull/1121
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.