Skip to content

chore(deps): Bump lint_staged from 0.4.3 to 0.5.0 #25

chore(deps): Bump lint_staged from 0.4.3 to 0.5.0

chore(deps): Bump lint_staged from 0.4.3 to 0.5.0 #25

Workflow file for this run

on:
pull_request:
branches: [ "main" ]
types: [opened, synchronize]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: dart-lang/[email protected]
- name: Get Dependencies
run: dart 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 lib/commitlint.yaml