Skip to content

Commit

Permalink
will this actually work 3
Browse files Browse the repository at this point in the history
  • Loading branch information
FacuDeLorenzo committed Aug 19, 2024
1 parent c054b86 commit 3c2821c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Display changed Markdown files
run: |
echo "The following Markdown files were changed:"
git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep '\.md$'
git diff --name-only HEAD~1 HEAD | grep '\.md$'
- name: Process changed Markdown files
run: |
Expand Down
1 change: 0 additions & 1 deletion cool-root-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

This document aims to summarize each task within Aave's smart contract architecture. Although some features are beyond the scope of the current version, it is beneficial to include them here for reference.


**Out of scope features:**
- Flash loans.
- Staking.
Expand Down
1 change: 0 additions & 1 deletion cool-root-doc2.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

This document aims to summarize each task within Aave's smart contract architecture. Although some features are beyond the scope of the current version, it is beneficial to include them here for reference.


**Out of scope features:**
- Flash loans.
- Staking.
Expand Down
1 change: 0 additions & 1 deletion coolFolder/cooldoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ This document aims to summarize each task within Aave's smart contract architect
- Staking.
- Paraswap.


## Core components diagram
```mermaid
graph TD
Expand Down

0 comments on commit 3c2821c

Please sign in to comment.