Skip to content

feat(react-native-storybook): Add native module linking errors #33

feat(react-native-storybook): Add native module linking errors

feat(react-native-storybook): Add native module linking errors #33

Workflow file for this run

name: 'PR Lint Check'
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check PR title
uses: amannn/[email protected]
with:
types: |
feat
fix
docs
chore
style
refactor
perf
test
pattern: '^(feat|fix|docs|chore|style|refactor|perf|test)(\(.+\))?: .{1,72}'