2020-06-15 21:10:12 +02:00
|
|
|
name: "Documentation"
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
2021-04-22 12:55:35 +02:00
|
|
|
- master
|
2020-06-15 21:10:12 +02:00
|
|
|
pull_request:
|
|
|
|
branches:
|
2021-04-22 12:55:35 +02:00
|
|
|
- master
|
2020-06-15 21:10:12 +02:00
|
|
|
paths:
|
|
|
|
- '**/*.md'
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
markdownlint:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
name: 'Format'
|
|
|
|
steps:
|
2022-09-22 12:14:53 +02:00
|
|
|
- uses: styfle/cancel-workflow-action@0.10.0
|
2023-09-21 16:11:11 +02:00
|
|
|
- uses: actions/checkout@v4
|
2021-04-22 12:55:35 +02:00
|
|
|
- name: Markdown Linting
|
2023-08-23 13:03:09 +02:00
|
|
|
uses: nosborn/github-action-markdown-cli@v3.3.0
|
2021-04-22 12:55:35 +02:00
|
|
|
with:
|
|
|
|
files: .
|