Skip to content

Merge pull request #13 from mdhishaamakhtar/dependabot/pip/black-26.3.1 #48

Merge pull request #13 from mdhishaamakhtar/dependabot/pip/black-26.3.1

Merge pull request #13 from mdhishaamakhtar/dependabot/pip/black-26.3.1 #48

Workflow file for this run

name: Lint Commit Messages
on:
push:
branches: [ master ]
# Remove the line above to run when pushing to master
pull_request:
branches: [ master ]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v2