HAR-9797 - feat: added initial support for high contrast mode #383
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: Pull-request to main | |
| on: | |
| pull_request: | |
| branches: ["main"] | |
| jobs: | |
| pre-commit: | |
| uses: ./.github/workflows/pre-commit.yml | |
| run-unit-tests: | |
| uses: ./.github/workflows/run-unit-tests.yml | |
| run-e2e-tests: | |
| uses: ./.github/workflows/run-e2e-tests.yml |