Skip to content

[DRAFT][Feature][Graph Render]Nodes and initial render implementation #9

[DRAFT][Feature][Graph Render]Nodes and initial render implementation

[DRAFT][Feature][Graph Render]Nodes and initial render implementation #9

Workflow file for this run

name: Validate NeuroJson_io Project
on:
push:
branches:
- dev
- main
pull_request:
branches:
- dev
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
- name: Install dependencies
run: yarn install
- name: Compile TypeScript
run: yarn build
- name: Run Security Audit
run: yarn audit --level moderate