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 32afdabf0a - Show all commits

View file

@ -10,7 +10,7 @@ jobs:
- name: Install Python dependencies
run: pip install -r requirements.txt
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
- name: Install Rust dependencies
run: cargo fetch
- name: Check formatting