Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ runs:
node-version-file: '.tool-versions'
package-manager-cache: false

- name: Setup Bun
if: runner.os != 'Windows'
uses: oven-sh/setup-bun@v2

- name: Install Node Gyp Build
shell: ${{ runner.os == 'Windows' && 'pwsh' || 'bash' }}
run: |
Expand All @@ -29,13 +25,6 @@ runs:
shell: ${{ runner.os == 'Windows' && 'pwsh' || 'bash' }}
run: pnpm i --frozen-lockfile

- name: Login to Botpress (optional)
if: ${{ env.BP_TOKEN != '' && env.BP_WORKSPACE_ID != '' }}
shell: ${{ runner.os == 'Windows' && 'pwsh' || 'bash' }}
run: |
pnpm dlx @botpress/cli login -y --api-url "$BP_API_URL" --workspace-id "$BP_WORKSPACE_ID" --token "$BP_TOKEN"
pnpm dlx @botpress/adk-cli login --token "$BP_TOKEN" --api-url "$BP_API_URL"

- name: Cache Turbo
uses: actions/cache@v5
with:
Expand All @@ -50,7 +39,4 @@ runs:
shell: ${{ runner.os == 'Windows' && 'pwsh' || 'bash' }}
env:
BP_VERBOSE: 'true'
BP_API_URL: ${{ env.BP_API_URL }}
BP_WORKSPACE_ID: ${{ env.BP_WORKSPACE_ID }}
BP_TOKEN: ${{ env.BP_TOKEN }}
run: pnpm turbo run build ${{ inputs.extra_filters }}
4 changes: 0 additions & 4 deletions .github/workflows/run-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
- uses: actions/checkout@v2
- name: Setup
uses: ./.github/actions/setup
env:
BP_API_URL: 'https://api.botpress.dev'
BP_WORKSPACE_ID: ${{ secrets.STAGING_E2E_TESTS_WORKSPACE_ID }}
BP_TOKEN: ${{ secrets.STAGING_TOKEN_CLOUD_OPS_ACCOUNT }}
- run: pnpm run check:dep
- run: pnpm run check:sherif
- run: pnpm run check:oxlint
Expand Down
3 changes: 0 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ pnpm-lock.yaml
gen
dist
.botpress
.adk
**/.adk
**/.adk/**
.botpresshome
.botpresshome.*
bp_modules
Expand Down
34 changes: 0 additions & 34 deletions bots/quack-norris/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions bots/quack-norris/.mcp.json

This file was deleted.

36 changes: 0 additions & 36 deletions bots/quack-norris/README.md

This file was deleted.

42 changes: 0 additions & 42 deletions bots/quack-norris/agent.config.ts

This file was deleted.

349 changes: 0 additions & 349 deletions bots/quack-norris/bun.lock

This file was deleted.

20 changes: 0 additions & 20 deletions bots/quack-norris/package.json

This file was deleted.

90 changes: 0 additions & 90 deletions bots/quack-norris/src/actions/getGameStatus.ts

This file was deleted.

Loading
Loading