This repository was archived by the owner on Jan 6, 2026. It is now read-only.
Extend WithColor trait: add colorMap support with default hex val…
#8
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: Code Style | |
| on: | |
| push: | |
| pull_request: | |
| permissions: write-all | |
| jobs: | |
| Checks: | |
| uses: TheDragonCode/.github/.github/workflows/code-style.yml@main | |
| with: | |
| php: true | |
| node: true |