Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
krofax committed Aug 22, 2024
1 parent a73d3a5 commit 738719f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pages/chain/testing/dev-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,33 +43,30 @@ Before you begin, ensure you have the following components installed on your sys

These instructions were verified on Ubuntu 22.04 LTS. Other versions may require slight modifications.

1. Install the command line utilities `make` and `jq`:
* Install the command line utilities `make` and `jq`:

Check warning on line 46 in pages/chain/testing/dev-node.mdx

View workflow job for this annotation

GitHub Actions / lint

Incorrect list-item indent: add 1 space

```sh
sudo apt install -y make jq
```

2. [Install just](https://github.com/casey/just):
* [Install just](https://github.com/casey/just):

Check warning on line 52 in pages/chain/testing/dev-node.mdx

View workflow job for this annotation

GitHub Actions / lint

Incorrect list-item indent: add 2 spaces

3. [Install Docker](https://docs.docker.com/engine/install/ubuntu/)
</Tabs.Tab>

<Tabs.Tab>
### Mac Installation

* Install Homebrew (if not already installed):
* Install Homebrew (if not already installed):

Check warning on line 59 in pages/chain/testing/dev-node.mdx

View workflow job for this annotation

GitHub Actions / lint

Incorrect list-item indent: remove 2 spaces

```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

* Install the required utilities:
* Install the required utilities:

Check warning on line 65 in pages/chain/testing/dev-node.mdx

View workflow job for this annotation

GitHub Actions / lint

Incorrect list-item indent: remove 2 spaces

```sh
brew install make jq just
```

* [Install Docker](https://docs.docker.com/desktop/install/mac-install/)
</Tabs.Tab>
</Tabs>

Expand Down

0 comments on commit 738719f

Please sign in to comment.