Skip to content

feat(stats): add durable scanned repository counter with live hero #80

feat(stats): add durable scanned repository counter with live hero

feat(stats): add durable scanned repository counter with live hero #80

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
engine:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: pip
- run: python -m pip install -e .
- run: python -m unittest discover -s tests -v
visualizer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run test:unit
- run: npm run build
- run: npm run build:vercel