Skip to content

chore(deps): bump uuid from 9.0.1 to 14.0.0 #924

chore(deps): bump uuid from 9.0.1 to 14.0.0

chore(deps): bump uuid from 9.0.1 to 14.0.0 #924

name: 'dhis2: check pr title'
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install dependencies
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/pull-request-name-linter-action@v0.5.0
with:
configuration-path: ${{ steps.commitlint.outputs.config_path }}