Skip to content

feat: use react-native-blob-util instead of the react-native-fs and make it optional dependency #3446

feat: use react-native-blob-util instead of the react-native-fs and make it optional dependency

feat: use react-native-blob-util instead of the react-native-fs and make it optional dependency #3446

Workflow file for this run

name: 'Lint PR title'
on:
pull_request:
branches:
- develop
- 'v[0-9]+.[0-9]+.[0-9]+'
types: [opened, edited, synchronize]
jobs:
lint_pr_title:
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/[email protected]
with:
regex: '^(\w*)(?:\((.*)\))?: (.*)$'