Skip to content

add min to sr filter #47

add min to sr filter

add min to sr filter #47

Workflow file for this run

name: TS Check
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-24.04
defaults:
run:
working-directory: ./otdb/ts
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: '20.x'
cache: 'npm'
cache-dependency-path: ./otdb/ts/package-lock.json
- run: npm ci
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: '3.12'
- name: Build
run: |
python build.py