2024-09-14 21:44:30 +02:00
|
|
|
---
|
2023-10-19 18:06:28 +02:00
|
|
|
name: check
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
|
|
check:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
name: check
|
|
|
|
steps:
|
2024-02-03 22:26:30 +01:00
|
|
|
- uses: actions/checkout@v4
|
2024-12-29 12:25:30 +01:00
|
|
|
- uses: actions/markdownlint-cli2-action@v19
|
2024-10-03 23:04:32 +02:00
|
|
|
with:
|
|
|
|
globs: |
|
|
|
|
**/*.md
|
2023-10-19 18:06:28 +02:00
|
|
|
- run: shellcheck *.sh monitoring/*.sh
|