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

View file

@ -30,17 +30,6 @@ jobs:
- name: Run Clippy
run: cargo clippy -- -D warnings
check:
name: Check
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Rust
uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Check for Rust compilation errors
run: cargo check
build:
name: Build
runs-on: docker