Skip to content

feat(oauth-proxy): add Deco Store OAuth helpers and MCP detection #7761

feat(oauth-proxy): add Deco Store OAuth helpers and MCP detection

feat(oauth-proxy): add Deco Store OAuth helpers and MCP detection #7761

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Run format
run: bun run fmt:check
- name: Run lint
run: bun run lint
- name: Run check
run: bun run check:ci
- name: Run tests
run: bun test
- name: Run knip
run: bun run knip