Skip to content

fix: hide SplashScreen #344

fix: hide SplashScreen

fix: hide SplashScreen #344

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: |
chore
fix
feat
scopes: |
action
cli
react-native-storybook
expo-storybook-8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}