Skip to content

Commit

Permalink
Other fix in the Vulture action
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Rasi committed Nov 21, 2024
1 parent adac341 commit 5012200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vulture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
filter: "*.py"

- name: Scavenge
uses: anaynayak/python-vulture-action@v1
uses: anaynayak/python-vulture-action@v1.0
id: vulture
with:
vulture-args: --min-confidence 80 ${{steps.files.outputs.all}}
Expand Down

0 comments on commit 5012200

Please sign in to comment.