diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 2471d64..c53917b 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: python-version: ["3.10", "3.11"] - lint-directories: ["./cdrhook", "./tests", "./uploader", "./monitor"] + lint-directories: ["./cdrhook", "./tests", "./uploader", "./monitor", "./downloader"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}