Skip to content

Commit

Permalink
add lint code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
dzencot committed Aug 30, 2024
1 parent ebd2bea commit 4b2fb70
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,18 @@ make markdown-lint # view error list
make markdown-lint-fix # fix errors
```

Check for code blocks:

```bash
make lint
```

Check and fix for code blocks:

```bash
make lint-fix
```

## New stuff

```bash
Expand Down

0 comments on commit 4b2fb70

Please sign in to comment.