diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml new file mode 100644 index 00000000..eb4cfb10 --- /dev/null +++ b/.github/workflows/commitlint.yml @@ -0,0 +1,16 @@ +name: Commit Lint + +on: + workflow_dispatch: {} + push: + branches: + - main + pull_request: + branches: + - main + +jobs: + commit-lint: + uses: UiPath/.github/.github/workflows/commit-lint.yml@master + secrets: + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file