Skip to content

Commit

Permalink
spl-token command-line utility
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Aug 3, 2020
1 parent b841016 commit b3ee480
Show file tree
Hide file tree
Showing 5 changed files with 3,632 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ updates:
labels:
- "automerge"
open-pull-requests-limit: 3
- package-ecosystem: cargo
directory: "/token-cli"
schedule:
interval: daily
time: "01:00"
timezone: America/Los_Angeles
labels:
- "automerge"
open-pull-requests-limit: 3
- package-ecosystem: cargo
directory: "/memo"
schedule:
Expand All @@ -53,5 +62,5 @@ updates:
timezone: America/Los_Angeles
labels:
- "automerge"
open-pull-requests-limit: 3
open-pull-requests-limit: 3

4 changes: 4 additions & 0 deletions ci/token.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ cd "$(dirname "$0")/.."
./do.sh test token
cc token/inc/token.h -o token/target/token.gch

# Test cli
./do.sh fmt token-cli --all -- --check
./do.sh clippy token-cli -- --deny=warnings

# Test js bindings
cd "$(dirname "$0")/../token/js"
npm install
Expand Down
Loading

0 comments on commit b3ee480

Please sign in to comment.