Skip to content

refactor: Bundle USWDS + custom styles as part of the parcel library build #57

refactor: Bundle USWDS + custom styles as part of the parcel library build

refactor: Bundle USWDS + custom styles as part of the parcel library build #57

name: PR Title Checks
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: Conventional Commit Validation
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix", "docs", "test", "ci", "refactor", "chore", "revert", "release"]'
add_label: 'false'