Skip to content

Commit

Permalink
Recursively checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjemmmic committed Aug 22, 2024
1 parent 84a3738 commit 0c14758
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2
with:
submodules: true
submodules: recursive
fetch-depth: 0

- name: Install Foundry
Expand All @@ -67,18 +67,6 @@ jobs:
- name: List Files in Current Working Directory
run: ls -al

- name: Debugging Smart Contracts
run: |
ls avs/tangle-avs/contracts/
ls avs/tangle-avs/contracts/lib/
ls avs/tangle-avs/contracts/lib/eigenlayer-middleware/
ls avs/tangle-avs/contracts/lib/eigenlayer-middleware/lib/
ls avs/tangle-avs/contracts/lib/eigenlayer-middleware/lib/eigenlayer-contracts/
ls avs/tangle-avs/contracts/lib/eigenlayer-middleware/lib/eigenlayer-contracts/lib/
ls avs/tangle-avs/contracts/lib/eigenlayer-middleware/lib/eigenlayer-contracts/lib/openzeppelin-contracts
ls avs/tangle-avs/contracts/lib/eigenlayer-middleware/lib/eigenlayer-contracts/lib/openzeppelin-contracts/contracts/
ls avs/tangle-avs/contracts/lib/eigenlayer-middleware/lib/eigenlayer-contracts/lib/openzeppelin-contracts/contracts/interfaces/
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 0c14758

Please sign in to comment.