Skip to content

feat: added concealBacklayerOnBackButton option #35

feat: added concealBacklayerOnBackButton option

feat: added concealBacklayerOnBackButton option #35

Workflow file for this run

name: pr
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
validate-pr-title:
name: "Validate PR title"
runs-on: ubuntu-latest
steps:
- name: "Validate PR title follows Conventional Commit format"
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}