Skip to content

Commit

Permalink
header length
Browse files Browse the repository at this point in the history
  • Loading branch information
ym-han committed Jun 1, 2024
1 parent 57872c0 commit cab397f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,14 @@ pre-commit install
See docs at [https://pre-commit.com/](https://pre-commit.com/) for more info.

#### Then, to run the hooks against the files locally (which is usually faster than waiting for the GH workflow)
#### Then, to run the hooks against the files locally

```bash
pre-commit run --all-files
```

This is usually faster than waiting for the GH workflow.

### Why pre commit and markdown linting

Yongming noticed that parts of the site weren't rendering properly because the markdown was not valid. Using precommit and markdown linting should help with that.
Expand Down

0 comments on commit cab397f

Please # to comment.