mirror of
https://github.com/offa/android-foss.git
synced 2026-07-21 17:35:38 +02:00
Add markdownlint CI (#210)
This commit is contained in:
@@ -11,3 +11,15 @@ jobs:
|
|||||||
uses: actions/checkout@main
|
uses: actions/checkout@main
|
||||||
- name: Check
|
- name: Check
|
||||||
run: ./check.sh
|
run: ./check.sh
|
||||||
|
|
||||||
|
markdownlint:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: Markdownlint
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@main
|
||||||
|
- name: Markdownlint
|
||||||
|
uses: nosborn/github-action-markdown-cli@master
|
||||||
|
with:
|
||||||
|
files: "*.md"
|
||||||
|
config_file: .markdownlint.json
|
||||||
|
|||||||
Reference in New Issue
Block a user