Skip to content

Merge pull request #66 from konstructio/footer-update #136

Merge pull request #66 from konstructio/footer-update

Merge pull request #66 from konstructio/footer-update #136

---
name: Check Commit Messages
on: push
jobs:
check-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Lint the commits
uses: wagoid/[email protected]
with:
configFile: .commitlintrc.mjs
failOnWarnings: true