diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 106e76e..be92abc 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -19,7 +19,8 @@ jobs: id: changed-files uses: tj-actions/changed-files@v44 with: - files: "**/*.py" + files: | + **/*.py #fetch_depth: 0 - name: Install python diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cf3f61c..4fea6e3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,8 @@ jobs: id: changed-files uses: tj-actions/changed-files@v44 with: - files: "**/*.py" + files: | + **/*.py #fetch_depth: 0 - name: Set up Python all python version