File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 14
14
name : forge-test
15
15
runs-on : ubuntu-latest
16
16
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
-
24
17
- name : Checkout
25
18
uses : actions/checkout@v3
26
19
with :
27
- token : ${{ steps.generate-token.outputs.token }}
28
20
submodules : recursive
29
21
30
22
- name : Install Foundry
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pragma solidity ^0.8.0;
3
3
4
4
import {IERC4626 } from "../interfaces/IERC4626.sol " ;
5
5
6
- /// @title ChainlinkDataFeedLib
6
+ /// @title VaultLib
7
7
/// @author Morpho Labs
8
8
/// @custom:contact [email protected]
9
9
/// @notice Library exposing functions to price shares of an ERC4626 vault.
You can’t perform that action at this time.
0 commit comments