Skip to content

Commit

Permalink
fix gihub worklows ruff
Browse files Browse the repository at this point in the history
instead as mention in doc https://github.com/ChartBoost/ruff-action

the changed-files argument of with does not work
Warning: Unexpected input(s) 'changed-files', valid inputs are ['args', 'src', 'version']

in doc
- uses: chartboost/ruff-action@v1
  with:
    changed-files: 'true'
  • Loading branch information
bneron committed Aug 2, 2024
1 parent 4dbefcb commit 6f745bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ jobs:
- uses: chartboost/ruff-action@v1
with:
src: "./macsypy ./tests"
changed-files: 'true'

0 comments on commit 6f745bd

Please sign in to comment.