feat(@clack/prompts): add theme support for text prompt customization #907
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: CI | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| # Automatically cancel in-progress actions on the same branch | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
| cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} | |
| jobs: | |
| scripts: | |
| if: github.repository_owner == 'bombshell-dev' | |
| uses: bombshell-dev/automation/.github/workflows/run.yml@main | |
| secrets: inherit | |
| with: | |
| commands: > | |
| [ | |
| "build", | |
| "types", | |
| "test", | |
| "deps" | |
| ] |