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 9db6a303a7 - Show all commits

View file

@ -14,6 +14,7 @@ jobs:
uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
override: false
components: rustfmt
- name: Check Rust formatting
run: cargo fmt --all -- --check
@ -55,6 +56,7 @@ jobs:
uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
override: false
- name: Set up Python toolchain
uses: actions/setup-python@v5
with: