-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
211a2f5
commit 1add6eb
Showing
4 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,12 +14,10 @@ jobs: | |
name: Test | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v3 | ||
- uses: pre-commit/[email protected] | ||
- name: Run Tests | ||
uses: actions-rs/cargo@v1 | ||
with: | ||
command: test | ||
# Uncomment if your test needs environment variables. You will also | ||
# need to add the secret to GitHub Actions (under Repo settings). | ||
# env: | ||
# MY_API_TOKEN: ${{ secrets.MY_API_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "thor-devkit" | ||
version = "0.1.0-alpha.1" | ||
authors = ["Stanislav Terliakov <[email protected]>"] | ||
description = "Rust library to aid coding with VeChain, eg. Wallets/Tx/Sign/Verify. " | ||
description = "Rust library to aid coding with VeChain, eg. Wallets/Tx/Sign/Verify." | ||
documentation = "https://docs.rs/thor-devkit.rs" | ||
repository = "https://github.com/sterliakov/thor-devkit.rs" | ||
readme = "README.md" | ||
|