diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 5eaf817..e1c9bf2 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -1,4 +1,4 @@
-name: Check
+name: Markdown lint
 
 on:
   push:
@@ -11,7 +11,7 @@ on:
 
 jobs:
   markdown:
+    name: markdown lint
     uses: nosborn/github-action-markdown-cli@v3.0.1
     with:
-        files: .
-
+        files: .
\ No newline at end of file