Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,24 @@ To run the tests:
./gradlew test
```

## Markdown linting

This repository uses [markdownlint](https://github.com/DavidAnson/markdownlint) via `markdownlint-cli2` managed by [mise](https://github.com/jdx/mise).

To check all Markdown files:

```bash
mise run lint:markdown
```

(note: Windows users may need to run `mise install` first)

To automatically fix fixable issues:

```bash
mise run lint:markdown --fix
```

## Snapshot Builds

Snapshot builds of the `main` branch are available from the Sonatype snapshot repository at:
Expand Down