Skip to content

Commit

Permalink
lint: Fix readme prettier formatting
Browse files Browse the repository at this point in the history
I guess double spaces between sentances are not liked by prettier.
  • Loading branch information
nddeluca committed Sep 6, 2024
1 parent 6d7a83a commit 92f525d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e-evm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ act -W '.github/workflows/ci-lint.yml' -j e2e-evm-lint
act -W '.github/workflows/ci-default.yml' -j test-e2e-evm --bind
```

The `--bind` flag is required for volume mounts of docker containers correctly mount. Without this flag, volumes are mounted as an empty directory.
The `--bind` flag is required for volume mounts of docker containers correctly mount. Without this flag, volumes are mounted as an empty directory.

0 comments on commit 92f525d

Please sign in to comment.