Skip to content

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

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 #40

Workflow file for this run

on:
pull_request:
branches: [ "main" ]
types: [opened, synchronize]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1.3
- name: Get Dependencies
run: dart pub get
- name: Validate Title of PR
run: echo '${{ github.event.pull_request.title }}' | dart bin/commitlint_cli.dart --config lib/commitlint.yaml