Skip to content

feat(quote): Generated skeleton for Quote component #167

feat(quote): Generated skeleton for Quote component

feat(quote): Generated skeleton for Quote component #167

# Runs conventional commit check on PR
name: Conventional pull request
on:
pull_request:
branches:
- main
types:
- opened
- edited
- synchronize
jobs:
lint-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# check for the most recent release: https://github.com/CondeNast/conventional-pull-request-action/releases
- uses: CondeNast/conventional-pull-request-action@v0.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitlintRulesPath: './commitlint.rules.js'