Skip to content

Feature/#21 calculate y coordinate on a given table #18

Feature/#21 calculate y coordinate on a given table

Feature/#21 calculate y coordinate on a given table #18

Workflow file for this run

name: CI workflow
on: pull_request
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install front
run:
npm install
- name: Build
run:
npm run build
- name: Tests front
run:
npm test