Skip to content

chore(deps): Bump lint_staged from 0.3.0 to 0.4.0 #23

chore(deps): Bump lint_staged from 0.3.0 to 0.4.0

chore(deps): Bump lint_staged from 0.3.0 to 0.4.0 #23

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/setup-dart@v1.3
- 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