Skip to content

fix: add attribution for Streamline font #1

fix: add attribution for Streamline font

fix: add attribution for Streamline font #1

Workflow file for this run

name: Validate pull request
on:
pull_request_target:
types:
- edited
- opened
- reopened
- synchronize
jobs:
conventional-title:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: amannn/action-semantic-pull-request@v5
with:
# subject should not start with a capital letter, include an exclamation point, or end with a period
subjectPattern: ^(?![A-Z]).[^!]+(?<![.])$
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
deprecation
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: true