From 6dd9f1b26482f19f108514f5b6f6a4ac6ecf68f0 Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Mon, 8 Jun 2026 13:29:36 +0200 Subject: [PATCH] linting action Signed-off-by: Basil Bruhn --- .gitea/workflows/lint-test.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/lint-test.yaml b/.gitea/workflows/lint-test.yaml index 11494c0..8238a05 100644 --- a/.gitea/workflows/lint-test.yaml +++ b/.gitea/workflows/lint-test.yaml @@ -1,4 +1,15 @@ name: Lint and Test on: - push: \ No newline at end of file + pull_request: + push: + +jobs: + lint: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + + - name: Markdown Lint + uses: DavidAnson/markdownlint-cli2-action@v16