Skip to content

chore(deps-dev): bump @web/test-runner-playwright from 0.10.1 to 0.10.3 #514

chore(deps-dev): bump @web/test-runner-playwright from 0.10.1 to 0.10.3

chore(deps-dev): bump @web/test-runner-playwright from 0.10.1 to 0.10.3 #514

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 }}