This repository was archived by the owner on Feb 20, 2026. It is now read-only.
feat: reorganize action buttons into 3x3 grid layout #6
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Commit Message Conformance | |
| on: | |
| pull_request: {} | |
| permissions: | |
| statuses: write | |
| checks: write | |
| contents: read | |
| pull-requests: read | |
| jobs: | |
| commitmsg-conform: | |
| uses: aws-user-group-nz/actions-commitmsg-conform/.github/workflows/commitmsg-conform.yml@v1 |