Skip to content

Commit

Permalink
Fix docs type check in make file (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter authored Aug 9, 2024
1 parent 4d71d3a commit e42cb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ check/lint:

.PHONY: check/types
check/types:
@poetry run pyright griptape/ docs/**/src/**
@poetry run pyright griptape $(shell find docs -type f -path "*/src/*")

.PHONY: check/spell
check/spell:
Expand Down

0 comments on commit e42cb91

Please sign in to comment.