Skip to content

fix(core): fix boolean props being parsed as empty strings #9

fix(core): fix boolean props being parsed as empty strings

fix(core): fix boolean props being parsed as empty strings #9

Workflow file for this run

name: Commitlint
on:
push:
pull_request:
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: false
jobs:
commitlint:
name: Commitlint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run commitlint
uses: dafnik/commitlint@v1