Skip to content

Move the book to book/ folder and add more content (#84) #6

Move the book to book/ folder and add more content (#84)

Move the book to book/ folder and add more content (#84) #6

Workflow file for this run

# Run a job to ensure formatting is OK
name: Run demo
on:
pull_request:
paths:
- demo/**
push:
paths:
- demo/**
jobs:
check_demo:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Demo
run: ./demo/run_demo.sh