Skip to content

Commit

Permalink
chore: Rename connectors/ to adapters/ (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith authored Dec 11, 2024
1 parent ed7e414 commit bea00eb
Show file tree
Hide file tree
Showing 27 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
sdk_react:
- 'sdk-react/**'
assistant_ui:
- 'connectors/assistant-ui/**'
- 'adapters/assistant-ui/**'
cli:
- 'cli/**'
control_plane:
Expand Down Expand Up @@ -423,7 +423,7 @@ jobs:
contents: read
defaults:
run:
working-directory: connectors/assistant-ui
working-directory: adapters/assistant-ui
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -432,7 +432,7 @@ jobs:
with:
node-version: 20
cache: "npm"
cache-dependency-path: connectors/assistant-ui/package-lock.json
cache-dependency-path: adapters/assistant-ui/package-lock.json
- name: Install dependencies
run: npm ci
- name: Build package
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
sdk_react:
- 'sdk-react/**'
assistant_ui:
- 'connectors/assistant-ui/**'
- 'adapters/assistant-ui/**'
sdk_dotnet:
- 'sdk-dotnet/**'
sdk_go:
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
packages: write
defaults:
run:
working-directory: connectors/assistant-ui
working-directory: adapters/assistant-ui
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -188,7 +188,7 @@ jobs:
with:
node-version: 20
cache: "npm"
cache-dependency-path: connectors/assistant-ui/package-lock.json
cache-dependency-path: adapters/assistant-ui/package-lock.json
- name: Install dependencies
run: npm ci
- name: Build package
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bea00eb

Please sign in to comment.