Skip to content

Commit

Permalink
fix(schema): Bad README path check. Sorry.
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jun 13, 2024
1 parent 55e2869 commit 63ef041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/rules/checks/hints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ReadmeFileMissing:
selectors:
- path == '/dataset_description.json'
checks:
- exists(["/README", "/README.txt", "/README.md", "/README.rst"], "dataset") > 0
- exists(["README", "README.txt", "README.md", "README.rst"], "dataset") > 0

# 102
TooFewAuthors:
Expand Down

0 comments on commit 63ef041

Please sign in to comment.