FE-1560: Add a command registry with a host-provided palette contract #10377
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: Preflight | |
| on: | |
| pull_request: | |
| # `edited` matters: the todo-comments scan derives its ticket IDs from the PR title. | |
| types: [opened, synchronize, reopened, edited] | |
| merge_group: | |
| permissions: {} | |
| jobs: | |
| todo-comments: | |
| name: Todo comments | |
| permissions: | |
| contents: read | |
| uses: hashintel/.github/.github/workflows/preflight-todo-comments.yml@69449a772a55c55a101d4fefdceb4024b6bc3107 # main | |
| lint: | |
| name: Lint | |
| permissions: | |
| contents: read | |
| uses: hashintel/.github/.github/workflows/preflight-actionlint.yml@69449a772a55c55a101d4fefdceb4024b6bc3107 # main |