refactor: update whiskers check, use hex format frontmatter, bump whiskers #17
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: whiskers | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| run: | |
| uses: catppuccin/actions/.github/workflows/whiskers-check.yml@v1 | |
| with: | |
| args: | | |
| config.json templates/config.tera | |
| templates/element.tera | |
| secrets: inherit |