Skip to content

Commit 168a998

Browse files
Fix typo in Makefile (huggingface#741)
1 parent ece6f3e commit 168a998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: quality style test docs utils
22

3-
check_dirs := src tests utils
3+
check_dirs := examples src tests utils
44

55
# Check code quality of the source code
66
quality:

0 commit comments

Comments
 (0)