Skip to content

feat: add Fable.Types module for runtime type detection #45

feat: add Fable.Types module for runtime type detection

feat: add Fable.Types module for runtime type detection #45

name: conventional-pr-title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
chore
docs
style
refactor
perf
test
ci
build
revert