Skip to content

chore: update action conventional commits #1

chore: update action conventional commits

chore: update action conventional commits #1

# https://github.com/marketplace/actions/check-commit-message
name: Check Commit Message
on:
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Check commit 🧪
uses: adityaa30/check-commit@master