Ensures that all commits are following the conventional-commits standard.
Find a file
2020-06-11 09:39:18 +02:00
dist/main feat: create action 2020-06-11 09:39:18 +02:00
.gitignore chore: initial commit 2020-06-11 07:50:40 +02:00
.prettierrc.js chore: initial commit 2020-06-11 07:50:40 +02:00
action.yml chore: initial commit 2020-06-11 07:50:40 +02:00
CONTRIBUTING.md chore: initial commit 2020-06-11 07:50:40 +02:00
index.js feat: create action 2020-06-11 09:37:37 +02:00
main.ts feat: create action 2020-06-11 09:39:18 +02:00
package.json feat: create action 2020-06-11 09:37:37 +02:00
README.md chore: update README.md 2020-06-11 09:05:03 +02:00
tsconfig.json chore: initial commit 2020-06-11 07:50:40 +02:00

Conventional Commits GitHub Action

A simple GitHub action that makes sure all commit messages are following the Conventional Commits specification.