add markdownlint to CI
This commit is contained in:
parent
cf06632483
commit
92c58dce57
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ jobs:
|
||||||
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Lint Markdown files
|
||||||
|
uses: actions/markdownlint-cli2-action@v17
|
||||||
|
with:
|
||||||
|
globs: |
|
||||||
|
**/*.md
|
||||||
- name: Create Python virtualenv
|
- name: Create Python virtualenv
|
||||||
run: |
|
run: |
|
||||||
mkdir -p .cache
|
mkdir -p .cache
|
||||||
|
|
Loading…
Reference in a new issue