Skip to content

Commit

Permalink
Add --no-sync to uv run
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevro committed Nov 27, 2024
1 parent 809bca4 commit 9a8475b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ runs:
with:
path: ~/.cache/pre-commit
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
- run: uv run --with pre-commit-uv pre-commit run --show-diff-on-failure --color=always ${{ inputs.extra_args }}
- run: uv run --no-sync --with pre-commit-uv pre-commit run --show-diff-on-failure --color=always ${{ inputs.extra_args }}
shell: bash

0 comments on commit 9a8475b

Please sign in to comment.