Skip to content

[RSDK-8405] [RSDK-8408] Update README to include instructions for FFC-3P and Yolo Detection Network #208

[RSDK-8405] [RSDK-8408] Update README to include instructions for FFC-3P and Yolo Detection Network

[RSDK-8405] [RSDK-8408] Update README to include instructions for FFC-3P and Yolo Detection Network #208

Workflow file for this run

name: Run lint & unit tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: "Run unit tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: pip install -r requirements-dev.txt
- name: Run lint
run: |
make lint-check
- name: Run unit tests
run: make test