Skip to content

chore(components): change package.json main, module and types files-paths to the recommended dist-folder files #7248

chore(components): change package.json main, module and types files-paths to the recommended dist-folder files

chore(components): change package.json main, module and types files-paths to the recommended dist-folder files #7248

Workflow file for this run

name: "Lint PR title"
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}