From 4ec3436f65301c00c5150b0c7b184e104a6267fc Mon Sep 17 00:00:00 2001 From: bruhn_b Date: Mon, 8 Jun 2026 13:34:57 +0200 Subject: [PATCH] Update .gitea/workflows/lint-test.yaml --- .gitea/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/lint-test.yaml b/.gitea/workflows/lint-test.yaml index 3a856f6..e769c71 100644 --- a/.gitea/workflows/lint-test.yaml +++ b/.gitea/workflows/lint-test.yaml @@ -12,4 +12,4 @@ jobs: - uses: actions/checkout@v4 - name: Markdown Lint - uses: actions/markdownlint-cli2@v16 \ No newline at end of file + uses: actions/markdownlint-cli2 \ No newline at end of file