Skip to content

fix: Requestor initialized with wrong withReasons and useReport confi… #67

fix: Requestor initialized with wrong withReasons and useReport confi…

fix: Requestor initialized with wrong withReasons and useReport confi… #67

Workflow file for this run

name: sdk/svelte
on:
push:
branches: [main, 'feat/**']
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [main, 'feat/**']
paths-ignore:
- '**.md'
jobs:
build-test-svelte:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- id: shared
name: Shared CI Steps
uses: ./actions/ci
with:
workspace_name: '@launchdarkly/svelte-client-sdk'
workspace_path: packages/sdk/svelte
should_build_docs: false