Skip to content

feat: Add support for names in contacts (#39) #105

feat: Add support for names in contacts (#39)

feat: Add support for names in contacts (#39) #105

Workflow file for this run

name: Python
on:
push
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Python "3.9"
uses: actions/setup-python@v4
with:
python-version: "3.9"
- name: Install dependencies
run: make deps
- name: Test
run: make test