Skip to content

Commit

Permalink
Merge pull request #10 from overcat/improve
Browse files Browse the repository at this point in the history
Some improvements
  • Loading branch information
hawthorne-abendsen authored Mar 14, 2024
2 parents 22571f4 + 895f73e commit 0f59c47
Show file tree
Hide file tree
Showing 17 changed files with 1,526 additions and 63 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# .git-blame-ignore-revs
# format code.
6501efe88bdae828ff7c6149b6dc368b9656f72c
20 changes: 20 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Rust

on:
push:
pull_request:

jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update
- run: cargo fmt --check

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update
- run: cargo test
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/.soroban
/target
/Cargo.lock
/price-oracle/test_snapshots
/test_snapshots
/test_snapshots
Loading

0 comments on commit 0f59c47

Please sign in to comment.