Skip to content

Add a job to check the demo #2

Add a job to check the demo

Add a job to check the demo #2

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:
format-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Demo
run: ./demo/run_demo.sh