Skip to content

feat: move query count to header badge, remove analytics shimmer #47

feat: move query count to header badge, remove analytics shimmer

feat: move query count to header badge, remove analytics shimmer #47

Workflow file for this run

name: ReleaseRadar CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
backend-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: |
cd backend
pip install -r requirements.txt
- name: Check syntax
run: |
cd backend
python -m py_compile main.py
python -m py_compile fetch_data.py
echo "✅ Syntax OK"
env:
ANTHROPIC_API_KEY: "sk-placeholder"