Skip to content

Commit

Permalink
Merge pull request #7 from public-awesome/fair-burn-contract-docs
Browse files Browse the repository at this point in the history
Improve crate docs for fair burn contract
  • Loading branch information
shanev committed Jun 18, 2023
2 parents 51a9418 + 29a4a86 commit 5559078
Show file tree
Hide file tree
Showing 32 changed files with 2,616 additions and 263 deletions.
3 changes: 2 additions & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
wasm = "build --lib --release --target wasm32-unknown-unknown"
wasm-debug = "build --target wasm32-unknown-unknown"
unit-test = "test --lib -- --nocapture"
lint = "clippy -- -D warnings"
lint = "clippy -- -D warnings"
e2e-test = "test --package e2e-tests -- --nocapture --ignored --test-threads 1 -Z unstable-options --report-time"
6 changes: 6 additions & 0 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ jobs:
override: true
components: rustfmt, clippy

- name: Run cargo doc
uses: actions-rs/cargo@v1
with:
command: doc
args: -F library

- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Build results
/target
/schema
/artifacts

# Cargo+Git helper file (https://github.com/rust-lang/cargo/blob/0.44.1/src/cargo/sources/git/utils.rs#L320-L327)
.cargo-ok
Expand Down

0 comments on commit 5559078

Please sign in to comment.