chore: Add goose providers list command (#116)
Co-authored-by: Bradley Axen <baxen@squareup.com>
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
from goose.toolkit.lint import lint_toolkits
|
||||
|
||||
from goose.toolkit.lint import lint_providers
|
||||
|
||||
|
||||
def test_lint_toolkits():
|
||||
lint_toolkits()
|
||||
|
||||
|
||||
def test_lint_providers():
|
||||
lint_providers()
|
||||
|
||||
Reference in New Issue
Block a user