This repository was archived by the owner on Feb 20, 2026. It is now read-only.
feat: Auto-generate assets.json and enable direct asset URLs #4
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 |