Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

📝 Add archive message to the top of the readme #537

📝 Add archive message to the top of the readme

📝 Add archive message to the top of the readme #537

Workflow file for this run

name: Unit Tests
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Test
run: |
make test