Add lint and build actions #1

Manually merged
MichaelBradley merged 30 commits from actions into main 2025-02-23 06:10:41 -05:00
Showing only changes of commit 28dbb46ad1 - Show all commits

View file

@ -42,6 +42,8 @@ jobs:
cache: pip
- name: Set up Python environment
run: |
python3 -m venv venv
source venv/bin/activate
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
python3 -m pip install -r requirements.txt