mirror of
https://github.com/offa/android-foss.git
synced 2025-11-11 03:09:50 +05:30
Add markdownlint CI (#210)
This commit is contained in:
parent
163a975eab
commit
b4196e0fa8
1 changed files with 12 additions and 0 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue