Skip to content

feat/Add area coordinate component in object result view. #253

feat/Add area coordinate component in object result view.

feat/Add area coordinate component in object result view. #253

Workflow file for this run

name: 'CI'
on:
push:
branches-ignore:
- main # Use branch protection rule for main that require status checks to pass before merging
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [19]
steps:
- uses: actions/checkout@master
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: run CI
run: |
yarn install
yarn lint-staged
yarn test
yarn build
env:
CI: false