fix: upgrade ui to fix bug where select menu appears behind other elements #3016
This file contains 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: 'dhis2: verify (commits)' | |
on: | |
pull_request: | |
types: ['opened', 'edited', 'reopened', 'synchronize'] | |
jobs: | |
lint-pr-title: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: c-hive/gha-yarn-cache@v2 | |
- run: yarn install --frozen-lockfile | |
- id: commitlint | |
run: echo ::set-output name=config_path::$(node -e "process.stdout.write(require('@dhis2/cli-style').config.commitlint)") | |
- uses: JulienKode/[email protected] | |
with: | |
configuration-path: ${{ steps.commitlint.outputs.config_path }} |