Skip to content

Commit 5aef5a6

Browse files
authored
Merge branch 'main' into fix/rubilmax
2 parents 3ee0d1e + d0cde07 commit 5aef5a6

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/foundry.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,9 @@ jobs:
1414
name: forge-test
1515
runs-on: ubuntu-latest
1616
steps:
17-
- name: Generate a token
18-
id: generate-token
19-
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92
20-
with:
21-
app_id: ${{ secrets.APP_ID }}
22-
private_key: ${{ secrets.APP_PRIVATE_KEY }}
23-
2417
- name: Checkout
2518
uses: actions/checkout@v3
2619
with:
27-
token: ${{ steps.generate-token.outputs.token }}
2820
submodules: recursive
2921

3022
- name: Install Foundry

src/libraries/VaultLib.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pragma solidity ^0.8.0;
33

44
import {IERC4626} from "../interfaces/IERC4626.sol";
55

6-
/// @title ChainlinkDataFeedLib
6+
/// @title VaultLib
77
/// @author Morpho Labs
88
/// @custom:contact [email protected]
99
/// @notice Library exposing functions to price shares of an ERC4626 vault.

0 commit comments

Comments
 (0)