From 3c564561b0e4770578c2f2ddd62f7976a722fd33 Mon Sep 17 00:00:00 2001
From: Lunny Xiao <xiaolunwen@gmail.com>
Date: Fri, 14 Apr 2023 13:42:46 +0800
Subject: [PATCH] indicate the markdown files

---
 .gitea/workflows/lint.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml
index b70ab65..c2016ba 100644
--- a/.gitea/workflows/lint.yml
+++ b/.gitea/workflows/lint.yml
@@ -9,4 +9,6 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: lint
-        uses: https://github.com/articulate/actions-markdownlint@v1
\ No newline at end of file
+        uses: https://github.com/articulate/actions-markdownlint@v1
+        with:
+          files: '**/*.md'
\ No newline at end of file