Skip to content

Merge pull request #380 from UiPath/fix/relative_url #722

Merge pull request #380 from UiPath/fix/relative_url

Merge pull request #380 from UiPath/fix/relative_url #722

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request_target:
types:
- opened
- synchronize
branches:
- main
jobs:
commit-lint:
if: ${{ github.event_name == 'pull_request_target' }}
uses: ./.github/workflows/commitlint.yml
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml