Skip to content

Commit

Permalink
Merge branch 'main' into fix/rubilmax
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax authored Nov 11, 2023
2 parents 3ee0d1e + d0cde07 commit 5aef5a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,9 @@ jobs:
name: forge-test
runs-on: ubuntu-latest
steps:
- name: Generate a token
id: generate-token
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}

- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ steps.generate-token.outputs.token }}
submodules: recursive

- name: Install Foundry
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/VaultLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pragma solidity ^0.8.0;

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

/// @title ChainlinkDataFeedLib
/// @title VaultLib
/// @author Morpho Labs
/// @custom:contact [email protected]
/// @notice Library exposing functions to price shares of an ERC4626 vault.
Expand Down

0 comments on commit 5aef5a6

Please sign in to comment.