markdownlint #3

Merged
n merged 2 commits from md into main 2024-10-04 00:08:01 +02:00
Showing only changes of commit 92c58dce57 - Show all commits

View file

@ -12,6 +12,11 @@ jobs:
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
- name: Lint Markdown files
uses: actions/markdownlint-cli2-action@v17
with:
globs: |
**/*.md
- name: Create Python virtualenv
run: |
mkdir -p .cache