scripts/.forgejo/workflows/check.yml

15 lines
279 B
YAML
Raw Normal View History

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-10-03 23:04:32 +02:00
- uses: actions/markdownlint-cli2-action@v17
with:
globs: |
**/*.md
2023-10-19 18:06:28 +02:00
- run: shellcheck *.sh monitoring/*.sh