-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README.md contained a lot of information which is no longer correct. This updates README.md to have up to date content and also adds a markdown linter. Co-authored-by: Radostin Stoyanov <[email protected]> Signed-off-by: Adrian Reber <[email protected]>
- Loading branch information
1 parent
eba9575
commit 93d1f96
Showing
2 changed files
with
68 additions
and
40 deletions.
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: markdown-lint | ||
|
||
on: | ||
push: | ||
paths: | ||
- README.md | ||
pull_request: | ||
paths: | ||
- README.md | ||
jobs: | ||
lint_markdown: | ||
name: Run markdown linter | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Lint markdown | ||
uses: DavidAnson/markdownlint-cli2-action@v9 | ||
with: | ||
globs: | | ||
README.md |
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