Skip to content

docs: Refactor project documentation and installation steps #16

docs: Refactor project documentation and installation steps

docs: Refactor project documentation and installation steps #16

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