Skip to content

Migrate to KerasEdge and Ruff. #34

Migrate to KerasEdge and Ruff.

Migrate to KerasEdge and Ruff. #34

Workflow file for this run

name: SleepKit CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'poetry'
- run: poetry install
- run: poetry run task lint
- run: poetry run task test