diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8708ba96..4d71bf52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -343,7 +343,7 @@ jobs: sleep 10 dora stop --name ci-c-test --grace-duration 5s dora destroy - + - name: "Test CLI (C++)" timeout-minutes: 30 # fail-fast by using bash shell explictly @@ -414,6 +414,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - uses: gaurav-nelson/github-action-markdown-link-check@v1 - uses: actions-rs/toolchain@v1 with: profile: minimal diff --git a/README.md b/README.md index 12853b42..94d649dd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

Website | - Python API + Python API - Rust API | @@ -61,15 +61,14 @@ Each node defines its inputs and outputs to connect with other nodes. ```yaml nodes: - id: webcam - custom: - source: webcam.py - inputs: - tick: dora/timer/millis/50 - outputs: - - image + path: webcam.py + inputs: + tick: dora/timer/millis/50 + outputs: + - image - id: object_detection - custom: + path: source: object_detection.py inputs: image: webcam/image