Skip to content

build: Add package data for transcribe.me schemas in setup. #11

build: Add package data for transcribe.me schemas in setup.

build: Add package data for transcribe.me schemas in setup. #11

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12.2
- name: Test
run: make test