diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f1063db8a58..d08515fc06f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,8 +6,7 @@ env: OPENBB_USE_PROMPT_TOOLKIT: false PIP_DEFAULT_TIMEOUT: 100 on: [pull_request, push] -paths-ignore: - - "website/**" + jobs: linting: name: General Linting