Skip to content

fix: remove <br> from Store Locator for a11y #770

fix: remove <br> from Store Locator for a11y

fix: remove <br> from Store Locator for a11y #770

Workflow file for this run

name: Commit Lint
on: [pull_request]
jobs:
enforce-conventional-commit-message:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install -g commitlint @commitlint/config-conventional
- run: 'echo "${PR_TITLE}" | commitlint -x @commitlint/config-conventional'
env:
PR_TITLE: ${{ github.event.pull_request.title }}