Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/axios-1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola authored Oct 12, 2022
2 parents bdef9e0 + aa30d81 commit 46355c4
Show file tree
Hide file tree
Showing 4 changed files with 363 additions and 348 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/markdoun-link-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: MD link checker

on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: "yes"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Commands:

One of the goals of `zombienet` is to easily spawn ephemeral networks, providing a simple but
powerful *cli* that allows you to declare the desired network in `toml` or `json` format. You can
check the [definition spec](/docs/src/network-definition-spec.md) to view the available options.
check the [definition spec](https://paritytech.github.io/zombienet/network-definition-spec.html) to view the available options.

A **minimal** configuration example with two validators and one parachain:

Expand Down Expand Up @@ -272,7 +272,7 @@ The other goal of `zombienet` is to provide a way to perform test/assertions aga
network, using a set of `natural language expressions` that allow you to make assertions based on
metrics, logs and some `built-in` function that query the network using `polkadot.js`. Those
assertions should be defined in a *.zndsl test*, and the `dsl` (**D**omain **S**pecific **L**anguage) and format is documented in
[here](/docs/book/cli/test-dsl-definition-spec.md).
[here](https://paritytech.github.io/zombienet/cli/test-dsl-definition-spec.html).

The following is an small example to spawn a network (using the previous `simple network
definition`) and assert that:
Expand Down
Loading

0 comments on commit 46355c4

Please sign in to comment.