Skip to content

fix: Fix example app for flutter 3.16 #22

fix: Fix example app for flutter 3.16

fix: Fix example app for flutter 3.16 #22

name: Check PR title
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/action-pr-title@master
with:
max_length: 100
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}