Skip to content

Enhance README.md content and organization #3

Enhance README.md content and organization

Enhance README.md content and organization #3

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: Setup
run: make setup