Skip to content

feat(jsx): support 'style' and 'styles' props #534

feat(jsx): support 'style' and 'styles' props

feat(jsx): support 'style' and 'styles' props #534

Workflow file for this run

name: Commitlint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v1
- uses: wagoid/[email protected]
with:
configFile: '.commitlintrc.json'