Skip to content

Commit

Permalink
Squash
Browse files Browse the repository at this point in the history
  • Loading branch information
wjthieme committed Aug 16, 2024
1 parent 34b254c commit acc72f8
Show file tree
Hide file tree
Showing 38 changed files with 2,291 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Checks

on:
pull_request:
branches: [main]
branches: "*"

concurrency:
group: "checks"
Expand Down
1 change: 1 addition & 0 deletions docs/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"clean": "rimraf dist"
},
"devDependencies": {
"@orca-so/whirlpools": "*",
"@orca-so/whirlpools-sdk": "*",
"typedoc": "^0.26.5",
"typescript": "^5.5.4"
Expand Down
1 change: 1 addition & 0 deletions docs/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"devDependencies": {
"@orca-so/whirlpools": "*",
"@orca-so/whirlpools-sdk": "*",
"typedoc": "^0.26.5",
"typescript": "^5.5.4"
}
Expand Down
4 changes: 2 additions & 2 deletions programs/whirlpool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"scripts": {
"build": "anchor build -p whirlpool",
"test": "cargo test -p whirlpool --lib",
"format": "cargo clippy -p whirlpool --fix --allow-dirty --allow-staged -- -D clippy::all && cargo fmt -p whirlpool",
"lint": "cargo clippy -p whirlpool -- -D clippy::all",
"format": "cargo clippy -p whirlpool --fix --allow-dirty --allow-staged && cargo fmt -p whirlpool",
"lint": "cargo clippy -p whirlpool",
"clean": "anchor clean"
}
}
4 changes: 2 additions & 2 deletions rust-sdk/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"scripts": {
"build": "node ./kinobi.js && cargo build",
"test": "cargo test --lib",
"format": "cargo clippy --fix --allow-dirty --allow-staged -- -D clippy::all && cargo fmt",
"lint": "cargo clippy -- -D clippy::all",
"format": "cargo clippy --fix --allow-dirty --allow-staged && cargo fmt",
"lint": "cargo clippy",
"clean": "cargo clean"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit acc72f8

Please sign in to comment.