Skip to content

S⚠️ ◾ Added MCP OAuth integration with backend #207

S⚠️ ◾ Added MCP OAuth integration with backend

S⚠️ ◾ Added MCP OAuth integration with backend #207

Workflow file for this run

name: Biome Format & Lint Check
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
biome-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run Biome format check
run: npx biome format .
- name: Run Biome linter
run: npx biome lint .