Lumbridge Compute — same-port Scene swaps
ci / rust (push) Failing after 18s

This commit is contained in:
Karti Tripathi
2026-08-03 23:00:14 -07:00
commit 79cac02d59
40 changed files with 6101 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
name: ci
on:
push:
pull_request:
jobs:
rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- run: cargo fmt --check
- run: cargo clippy --all-targets
- run: cargo test
- run: cargo build --release