Skip to content

Adds a devcontainer and notebook for interactive learning about the module #17

Adds a devcontainer and notebook for interactive learning about the module

Adds a devcontainer and notebook for interactive learning about the module #17

Workflow file for this run

on: [pull_request]
jobs:
validate:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Install Prerequisites
run: .\build\vsts-prerequisites.ps1
shell: powershell
- name: Validate
run: .\build\vsts-validate.ps1
shell: powershell