fix(ui5-dialog): remove ui5-bar's padding when slotted as header or footer #14945
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: CI - lint | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - 'main' | |
| jobs: | |
| check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: actions/[email protected] | |
| with: | |
| node-version: 22 | |
| cache: 'yarn' | |
| - name: Install Dependencies | |
| run: yarn --immutable | |
| - name: Lint | |
| run: yarn ci:lint |