Skip to content

chore: add RAG sample #280

chore: add RAG sample

chore: add RAG sample #280

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
secrets:
UIPATH_URL: ${{ secrets.UIPATH_URL }}
UIPATH_CLIENT_ID: ${{ secrets.UIPATH_CLIENT_ID }}
UIPATH_CLIENT_SECRET: ${{ secrets.UIPATH_CLIENT_SECRET }}