Skip to content

feat!: send an email to the customer when a product is shipped #10

feat!: send an email to the customer when a product is shipped

feat!: send an email to the customer when a product is shipped #10

# https://github.com/marketplace/actions/check-commit-message
# TEST 1
# feat: update action conventional commits
# BREAKING CHANGE: `extends` key in config file is now used for extending other config files
# ING-3232
# success
# TEST 2
# fixup! feat: update action conventional commits
# BREAKING CHANGE: `extends` key in config file is now used for extending other config files
# ING-3232
# success
# TEST 3
# docs: update action conventional commits
# BREAKING CHANGE: `extends` key in config file is now used for extending other config files
# ING-3232
# success
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