Skip to content

Merge pull request #52 from engineering87/develop #6

Merge pull request #52 from engineering87/develop

Merge pull request #52 from engineering87/develop #6

Workflow file for this run

name: Commit Lint
on:
pull_request:
branches:
- main
- develop
push:
branches:
- main
- develop
jobs:
commit-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run Commit Lint
uses: wagoid/commitlint-github-action@v5
with:
configFile: commitlint.config.js