diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1c7f9fe4aa..808142965a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,4 +26,7 @@ jobs: python -m pip install --upgrade pip pip install -r linters-requirements.txt - name: Lint using built-in script - run: bash shell/lint.sh \ No newline at end of file + run: bash shell/lint.sh + - name: Lint with flake8 + run: | + flake8 --show-source \ No newline at end of file