Skip to content

Merge pull request #354 from UiPath/fix/llamaindex-llm-init-scope #941

Merge pull request #354 from UiPath/fix/llamaindex-llm-init-scope

Merge pull request #354 from UiPath/fix/llamaindex-llm-init-scope #941

Workflow file for this run

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