Skip to content

♻️ update options and raw text to latest response format. #217

♻️ update options and raw text to latest response format.

♻️ update options and raw text to latest response format. #217

Workflow file for this run

name: Pull Request
on:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
static_analysis:
uses: ./.github/workflows/_static-analysis.yml
test_units:
uses: ./.github/workflows/_test-units.yml
needs: static_analysis
secrets: inherit
test_integrations:
uses: ./.github/workflows/_test-integrations.yml
needs: test_units
secrets: inherit
test_code_samples:
uses: ./.github/workflows/_test-code-samples.yml
needs: test_units
secrets: inherit