Skip to content

chore: bump some dependencies #17

chore: bump some dependencies

chore: bump some dependencies #17

Workflow file for this run

name: PR Title Check
on:
pull_request:
branches: ["main"]
types: [opened, synchronize]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: 📚 Git Checkout
uses: actions/checkout@v5
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.35.5"
- name: Get Dependencies
run: flutter pub get
- name: Validate Title of PR
run: echo "${{github.event.pull_request.title}}" | dart run commitlint_cli