Skip to content

chore(deps): bump dio from 5.9.2 to 5.10.0 #53

chore(deps): bump dio from 5.9.2 to 5.10.0

chore(deps): bump dio from 5.9.2 to 5.10.0 #53

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@v4
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.44.1"
channel: "stable"
- run: flutter --version
- name: Install dependencies
run: flutter pub get
- name: Validate Title of PR
run: echo "${{github.event.pull_request.title}}" | dart run commitlint_cli