diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml new file mode 100644 index 0000000..d096e00 --- /dev/null +++ b/.github/workflows/commits.yml @@ -0,0 +1,8 @@ +name: Check Commits + +on: + pull_request: + +jobs: + check-commits: + uses: FlowingCode/GithubActions/.github/workflows/check-commits.yml@main