Skip to content

Commit

Permalink
ci: quote with files glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Jan 10, 2024
1 parent 7b9802f commit 926580d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 926580d

Please sign in to comment.