Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
up
  • Loading branch information
shunsukew committed Feb 16, 2023
commit 83cc8f5e6812b829e84d5bd87cecd7ac192b782f
1 change: 1 addition & 0 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Compile checks
run: |
manifest_paths=(`find uniswap-v2/contracts -type f -name Cargo.toml`)
echo $manifest_paths
for manifest_path in $manifest_paths; do
echo $manifest_path
cargo contract check --manifest-path $manifest_path
Expand Down