Skip to content

Merge pull request #134 from UiPath/feature/signalr_add_token_to_header #39

Merge pull request #134 from UiPath/feature/signalr_add_token_to_header

Merge pull request #134 from UiPath/feature/signalr_add_token_to_header #39

Workflow file for this run

name: CI
permissions:
contents: read
on:
push:
branches:
- main
paths-ignore:
- pyproject.toml
pull_request:
branches:
- main
jobs:
commit-lint:
if: ${{ github.event_name == 'pull_request' }}
uses: ./.github/workflows/commitlint.yml
lint:
uses: ./.github/workflows/lint.yml