Skip to content

chore: update to Lit 3, TS 5.2, and @lit/context #456

chore: update to Lit 3, TS 5.2, and @lit/context

chore: update to Lit 3, TS 5.2, and @lit/context #456

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