Skip to content

Commit

Permalink
FIX: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ldevillez committed May 11, 2024
1 parent cd37088 commit e4eebd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: tj-actions/changed-files@v44
with:
files: "**/*.py"
fetch-depth: 0
fetch_depth: 0

- name: Install python
if: steps.changed-files.output.any_changed == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: tj-actions/changed-files@v44
with:
files: "**/*.py"
fetch-depth: 0
fetch_depth: 0

- name: Set up Python all python version
if: steps.changed-files.output.any_changed == 'true'
Expand Down

0 comments on commit e4eebd9

Please sign in to comment.