Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix the demo

Fix the demo #10

Workflow file for this run

# Run a job to ensure that we can run the demo successfully.
name: Run demo
on:
pull_request:
paths:
- demo/**
push:
paths:
- demo/**
jobs:
check_demo:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Demo
run: ./demo/run_demo.sh