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 38c22f302f - Show all commits

View file

@ -51,4 +51,6 @@ jobs:
- name: Set up Rust
uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Build Rust code
run: maturin develop
run: |
source venv/bin/activate
maturin develop