Skip to content

Adding segmentation features to entity #86

Adding segmentation features to entity

Adding segmentation features to entity #86

Workflow file for this run

name: Format and Build
on:
push:
branches: ['master']
pull_request:
branches: ['master']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npx prettier -c .
- run: npm run build