Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

New Machine Learning Model Extension Version 2.0.alpha schema and (de)serialization, validation package #39

New Machine Learning Model Extension Version 2.0.alpha schema and (de)serialization, validation package

New Machine Learning Model Extension Version 2.0.alpha schema and (de)serialization, validation package #39

Workflow file for this run

name: Check Markdown and Examples
on: [push, pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
steps:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
cache: npm
- uses: actions/checkout@v2
- run: |
npm install
npm test