Skip to content

Flesh out mediapipe model info #4

Flesh out mediapipe model info

Flesh out mediapipe model info #4

Workflow file for this run

name: Linting Ruff
on:
pull_request:
branches: [ main ]
paths:
- 'skellytracker/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.x
uses: actions/setup-python@v4
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.9'
# Optional - x64 or x86 architecture, defaults to x64
architecture: 'x64'
cache: 'pip'
- name: Install dependencies
run: |
pip install "-e.[dev]"
- name: Run linting
run: |
ruff check skellytracker