Fixed: wrap the textcontent with ion-label to show full text to the user (#304) #543
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: Verify build | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| # The branches below must be a subset of the branches above | |
| branches: [main] | |
| jobs: | |
| call-workflow-in-another-repo: | |
| uses: hotwax/dxp-components/.github/workflows/common-pull-request.yml@main | |
| with: | |
| config-path: .github/labeler.yml | |
| secrets: | |
| envPAT: ${{ secrets.envPAT }} |