Skip to content

Commit

Permalink
ci: missed with def before src
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Jan 10, 2024
1 parent 926580d commit b48a390
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
files: "**/*.py"

- uses: psf/black@stable
src: ${{ steps.changed-files.outputs.all_changed_files }}
with:
src: ${{ steps.changed-files.outputs.all_changed_files }}

0 comments on commit b48a390

Please sign in to comment.