added TemplateBinding for the Background of the Numeric-/Decimal-UpDo… #1733
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 Verification | |
| on: | |
| push: | |
| branches: [ master ] | |
| pull_request: | |
| branches: [ master ] | |
| workflow_dispatch: | |
| defaults: | |
| run: | |
| shell: pwsh | |
| jobs: | |
| build: | |
| name: Build artifacts | |
| uses: ./.github/workflows/build_artifacts.yml | |
| with: | |
| mdix-version: "0.0.0" | |
| mdix-colors-version: "0.0.0" | |
| mdix-mahapps-version: "0.0.0" | |
| automerge: | |
| needs: build | |
| runs-on: ubuntu-latest | |
| permissions: | |
| pull-requests: write | |
| contents: write | |
| steps: | |
| - uses: fastify/[email protected] |