feat: show available toolkits (#37)

This commit is contained in:
Luke Alvoeiro
2024-09-04 08:52:13 -07:00
committed by GitHub
parent 13db5150bd
commit c91b11b3c5
5 changed files with 34 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
from goose.toolkit.lint import lint_toolkits
def test_lint_toolkits():
lint_toolkits()