Skip to content

Merge pull request #24 from AmbiqAI/feat/physiokit #123

Merge pull request #24 from AmbiqAI/feat/physiokit

Merge pull request #24 from AmbiqAI/feat/physiokit #123

Workflow file for this run

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