-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: Enable Markdownlint rule max-one-sentence-per-line
Enable the custom Markdowwnlint rule max-one-sentence-per-line [1]. [1]: https://github.com/aepfli/markdownlint-rule-max-one-sentence-per-line Signed-off-by: Martin Nonnenmacher <[email protected]>
- Loading branch information
1 parent
1fd58b1
commit bb721e0
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,8 +81,12 @@ jobs: | |
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup Node | ||
uses: actions/setup-node@v4 | ||
- name: Check for Markdown issues | ||
uses: DavidAnson/markdownlint-cli2-action@v15 | ||
run: | | ||
npm install -g [email protected] | ||
npx markdownlint-cli2 | ||
qodana-scan: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters