Skip to content

Commit

Permalink
Merge pull request #13 from euler-xyz/fix/github-actions-repo-not-found
Browse files Browse the repository at this point in the history
fix: custom submodules fetching
  • Loading branch information
MickdeGraaf authored Feb 22, 2024
2 parents fd57082 + 5e37042 commit b1915a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/certora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
name: Certora verification

on:
push: {}
pull_request:
types: [opened, synchronize, reopened, edited]
workflow_dispatch: {}
permissions:
contents: read
Expand All @@ -15,8 +16,8 @@ jobs:
# check out the current version
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: recursive
token: ${{ secrets.GITHUB_TOKEN }}
submodules: true

# install Certora dependencies and CLI
- name: Install python
Expand Down
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std@ae570fec082bfe1c1f45b0acca4a2b4f84d345ce
url = https://github.com/foundry-rs/forge-std
[submodule "lib/solmate"]
path = lib/solmate
url = https://github.com/transmissions11/solmate@c892309933b25c03d32b1b0d674df7ae292ba925
url = https://github.com/transmissions11/solmate
[submodule "lib/ethereum-vault-connector"]
path = lib/ethereum-vault-connector
url = https://github.com/euler-xyz/ethereum-vault-connector@659d31512f259d6744ec5129841bbeefe285651b
url = https://github.com/euler-xyz/ethereum-vault-connector
2 changes: 1 addition & 1 deletion lib/forge-std

0 comments on commit b1915a4

Please sign in to comment.