Skip to content

Commit

Permalink
chore: Readd newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
nvsriram committed Aug 26, 2024
1 parent 0dd39f9 commit 47923f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/evm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ jobs:
run: |
make check-evm-format
id: check

echidna:
name: echidna
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
Expand All @@ -63,6 +65,7 @@ jobs:
curl -LO https://github.com/crytic/echidna/releases/download/v2.2.3/echidna-2.2.3-x86_64-linux.tar.gz
tar -xzf echidna-2.2.3-x86_64-linux.tar.gz
pip install crytic-compile
- name: Run Echidna
run: |
cd evm
Expand Down

0 comments on commit 47923f1

Please sign in to comment.