Skip to content

feat: improve react dx naming #36

feat: improve react dx naming

feat: improve react dx naming #36

Workflow file for this run

name: PR Validation
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
permissions:
contents: read # for checkout
jobs:
lint:
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- uses: aslafy-z/conventional-pr-title-action@v3
with:
preset: conventional-changelog-eslint
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}