Skip to content

Merge pull request #1131 from xeokit/fix-projection-for-canvas-resize #327

Merge pull request #1131 from xeokit/fix-projection-for-canvas-resize

Merge pull request #1131 from xeokit/fix-projection-for-canvas-resize #327

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- name: Restore
run: npm ci
- name: Build
run: npm run build