Skip to content

fix: don't fail tarball bundling on modules that don't exist if they are optional or caught #1974

fix: don't fail tarball bundling on modules that don't exist if they are optional or caught

fix: don't fail tarball bundling on modules that don't exist if they are optional or caught #1974

name: PR Title - Conventional Commit
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
lint-title:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install Dependencies
run: npm install @commitlint/config-conventional
- uses: JulienKode/pull-request-name-linter-action@v20.1.0