Skip to content

template.md: amélioration mise en page #2

template.md: amélioration mise en page

template.md: amélioration mise en page #2

Workflow file for this run

---
on:
push:
branches:
- '*'
- '!main'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v14
with:
globs: '**/*.md'