fix: Add I18nProvider support for code editor theme filtering input (… #13931
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: Build, lint and test | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| merge_group: | |
| branches: | |
| - main | |
| push: | |
| branches: | |
| - main | |
| permissions: | |
| id-token: write | |
| actions: read | |
| contents: read | |
| security-events: write | |
| deployments: write | |
| jobs: | |
| build: | |
| uses: cloudscape-design/actions/.github/workflows/build-lint-test.yml@main | |
| secrets: inherit | |
| with: | |
| artifact-path: pages/lib/static-default | |
| artifact-name: dev-pages | |
| deploy: | |
| needs: build | |
| uses: cloudscape-design/actions/.github/workflows/deploy.yml@main | |
| secrets: inherit | |
| with: | |
| artifact-name: dev-pages | |
| deployment-path: pages/lib/static-default |