Skip to content

chore(deps): update dart-lang/setup-dart digest to e51d8e5 #3857

chore(deps): update dart-lang/setup-dart digest to e51d8e5

chore(deps): update dart-lang/setup-dart digest to e51d8e5 #3857

name: Conventional commits
on:
pull_request:
jobs:
conventional-commits:
name: Conventional commits
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- name: Install dart
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c # v1
with:
sdk: 3.5
- name: Install commitlint_cli
run: dart pub get
- name: Lint conventional commits
run: dart run commitlint_cli --from=${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to=${{ github.event.pull_request.head.sha }}