Skip to content

chore: Update project configuration for new transcribe-me script #18

chore: Update project configuration for new transcribe-me script

chore: Update project configuration for new transcribe-me script #18

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