Skip to content

chore(deps): bump altive_lints and riverpod_lint #13

chore(deps): bump altive_lints and riverpod_lint

chore(deps): bump altive_lints and riverpod_lint #13

Workflow file for this run

name: PR Title Check
on:
pull_request:
branches: [ "main" ]
types: [opened, synchronize]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1.3
- name: Get Dependencies
run: dart pub get
- name: Validate Title of PR
run: echo "${{github.event.pull_request.title}}" | dart run commitlint_cli