Skip to content

Commit

Permalink
First pass at migration to Axum + Mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Meade committed Aug 8, 2024
1 parent b6935ba commit 2ae4ed9
Show file tree
Hide file tree
Showing 13 changed files with 1,527 additions and 95 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- run: rustup update stable && rustup default stable
- run: cargo fmt --check
- run: cargo clippy --locked
- run: cargo install cargo-outdated
- run: cargo outdated --root-deps-only --exit-code 1

test:
name: Test
Expand Down
Loading

0 comments on commit 2ae4ed9

Please sign in to comment.