Skip to content

Add C++ to the Bluehawk copy script now that syntax collisions are fixed #681

Add C++ to the Bluehawk copy script now that syntax collisions are fixed

Add C++ to the Bluehawk copy script now that syntax collisions are fixed #681

Workflow file for this run

name: Check Manifest
on: pull_request
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Validate Manifest
working-directory: tools/validate-manifest
run: |
npm ci
npm run build
npm run test
npm run validate ../../manifest.json