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 53361619b9 - Show all commits

View file

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