Skip to content

Merge pull request #229 from UiPath/ci/commitlint #3

Merge pull request #229 from UiPath/ci/commitlint

Merge pull request #229 from UiPath/ci/commitlint #3

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