Skip to content

feat: add is_active to NormalizedOdds (SHA-3803) #37

feat: add is_active to NormalizedOdds (SHA-3803)

feat: add is_active to NormalizedOdds (SHA-3803) #37

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["18", "20", "22"]
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npx tsc --noEmit