Skip to content

feat: Point cloud tool limits size range type / feat: Point cloud tool showing center point coordinates / feat: Point cloud main attribute size range hover display #950

feat: Point cloud tool limits size range type / feat: Point cloud tool showing center point coordinates / feat: Point cloud main attribute size range hover display

feat: Point cloud tool limits size range type / feat: Point cloud tool showing center point coordinates / feat: Point cloud main attribute size range hover display #950

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run Bootstrap
run: npm run bootstrap
- name: Build Type
run: npm run build:type
- name: Run ESLint
run: npm run lint