fix: honor dark mode for monaco editor #2576
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: Jawn Build Precheck | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| jawn-build-precheck: | |
| name: Jawn Client | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Build US image | |
| uses: docker/build-push-action@v4 | |
| with: | |
| context: ./ | |
| file: ./valhalla/dockerfile | |
| platforms: linux/amd64 | |
| push: false |