Below you will find pages that utilize the taxonomy term “jonathanrainer”
March 24, 2026
ghafmt
Version updated for https://github.com/jonathanrainer/ghafmt to version v0.1.3.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The ghafmt GitHub Action is a formatter designed to standardize and enforce consistent styling in GitHub Actions YAML files, including workflows (.yml) and action metadata files (action.yml / action.yaml). It automates tasks such as reordering keys, sorting blocks alphabetically, normalizing whitespace, and converting IDs to snake_case, reducing formatting inconsistencies and simplifying code reviews by ensuring diffs highlight only meaningful changes.
March 23, 2026
ghafmt
Version updated for https://github.com/jonathanrainer/ghafmt to version v0.1.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary ghafmt is a formatting tool designed to standardize GitHub Actions YAML files, including workflows and action metadata (action.yml/action.yaml). It automates the process of reordering keys, sorting blocks alphabetically, enforcing consistent spacing, and converting identifiers to snake_case, thereby reducing formatting inconsistencies and improving code readability.