Skip to content

Add commitlint

Add commitlint #1

Workflow file for this run

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 }}