diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ccd5ef57..c8b867bd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: id: changed-files uses: tj-actions/changed-files@v41 with: - files: **/*.py + files: "**/*.py" - uses: psf/black@stable src: ${{ steps.changed-files.outputs.all_changed_files }}