We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e1443 commit 60f3fa0Copy full SHA for 60f3fa0
resources/author-check.py
@@ -18,8 +18,8 @@ def check_author(author_path):
18
if 'name' not in meta:
19
error(f'No `name` in `meta` section of {author_path}')
20
21
- if 'description' not in meta:
22
- error(f'No `description` in `meta` section of {author_path}')
+ if 'title' not in meta:
+ error(f'No `title` in `meta` section of {author_path}')
23
24
if 'external' not in meta:
25
error(f'No `external` in `meta` section of {author_path}')
0 commit comments