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

name: Commit Lint CI
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 PR Commits
run: VERBOSE=true dart run commitlint_cli --from=${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to=${{ github.event.pull_request.head.sha }} --config commitlint.yaml