diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 8dcbc8b..a294448 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -20,7 +20,7 @@ jobs: uses: tj-actions/changed-files@v44 with: python: | - **/*.py + **.py #fetch_depth: 0 - name: Install python diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f94395f..adea893 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: uses: tj-actions/changed-files@v44 with: files: | - **/*.py + **.py #fetch_depth: 0 - name: Set up Python all python version