diff --git a/.github/workflows/commitlint-pull-request.yml b/.github/workflows/commitlint-pull-request.yml new file mode 100644 index 0000000000..8a603b1f85 --- /dev/null +++ b/.github/workflows/commitlint-pull-request.yml @@ -0,0 +1,11 @@ +name: "Commit Lint" +on: [pull_request] + +jobs: + commitlint: + runs-on: ubuntu-20.04 + steps: + - uses: actions/checkout@v2.3.4 + with: + fetch-depth: 0 + - uses: wagoid/commitlint-github-action@v3.1.4 \ No newline at end of file