Use existing palette mechanism to add contrasting colour #30360
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: DCR Schema Check | |
| on: | |
| push: | |
| paths-ignore: | |
| - 'dotcom-rendering/docs/**' | |
| jobs: | |
| build_check: | |
| name: DCR Schema Check | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v6 | |
| - name: Set up Node environment | |
| uses: ./.github/actions/setup-node-env | |
| - name: Run check-schemas script | |
| run: make check-schemas | |
| working-directory: dotcom-rendering |