Merge pull request #15 from jellyfin/nielsvanvelzen-lint

This commit is contained in:
Joshua M. Boniface
2021-01-22 13:16:21 -05:00
committed by GitHub
3 changed files with 36 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Problem Matcher
uses: xt0rted/markdownlint-problem-matcher@v1
- name: Run Markdownlint
run: npx --package markdownlint-cli markdownlint '**/*.md'
+15
View File
@@ -0,0 +1,15 @@
---
# MD013/line-length
MD013: false
# MD033/no-inline-html
MD033: false
# MD025/single-title
MD025:
# Ignore front matter 'title' property, it is not used in generated markup
front_matter_title: ""
# MD026/no-trailing-punctuation
MD026:
# Allow headings to end with '?'
punctuation: ".,;:!"
# MD028/no-blanks-blockquote
MD028: false
+1
View File
@@ -1,3 +1,4 @@
<!-- markdownlint-disable MD041 first-line-heading -->
<h1 align="center">Jellyfin Meta</h1>
<h3 align="center">Part of the <a href="https://jellyfin.org">Jellyfin Project</a></h3>