feat: add folder info in resume trigger contract #105
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Commit Lint | ||
| on: | ||
| pull_request: | ||
| branches: | ||
| - main | ||
| jobs: | ||
| commit-lint: | ||
| uses: UiPath/.github/.github/workflows/commit-lint.yml@master | ||
|
Check failure on line 10 in .github/workflows/commitlint.yml
|
||
| secrets: | ||
| token: ${{ secrets.GITHUB_TOKEN }} | ||