diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml new file mode 100644 index 00000000..0a07bba1 --- /dev/null +++ b/.github/workflows/pr-check.yml @@ -0,0 +1,12 @@ +name: PR Check + +on: + pull_request: + +jobs: + check-for-cc: + runs-on: ubuntu-latest + steps: + - name: check-for-cc + id: check-for-cc + uses: agenthunt/conventional-commit-checker-action@v2.0.0