Skip to content

Add C++ starter project #91

Add C++ starter project

Add C++ starter project #91

Workflow file for this run

name: Test
on: pull_request
jobs:
test-build:
name: Test Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: npm
- run: npm ci
- run: npm run build