Skip to content

#19: add crossmatch statistic to table info page #39

#19: add crossmatch statistic to table info page

#19: add crossmatch statistic to table info page #39

Workflow file for this run

name: Build Docker Image
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
image-build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: yarn install
- name: Generate code
run: make gen
- name: Build Docker image
run: make image-build