Skip to content

fix: Support package entry points that only re-export other types. #108

fix: Support package entry points that only re-export other types.

fix: Support package entry points that only re-export other types. #108

Workflow file for this run

name: PR
on: pull_request
jobs:
conventional:
name: Conventional Title
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: beemojs/conventional-pr-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}