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 fe0fa80cf6 - Show all commits

View file

@ -49,10 +49,11 @@ jobs:
uses: actions/checkout@v4
- name: Set up Rust
uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
- name: Set up Python
- name: Set up Python toolchain
uses: actions/setup-python@v5
with:
python-version: 3.13.2
- name: Set up Python environment
run: pip install -r requirements.txt
- name: Build Rust code
run: maturin develop