Skip to content

Commit

Permalink
safe-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed Jan 10, 2025
1 parent 668b5fa commit 234a45f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
- uses: actions/[email protected]
- name: Upgrade pre-commit-vauxoo to the latest version (w/o update dependencies if not needed)
run: >-
pip3 install --ignore-installed -U . &&
pip3 install --force-reinstall --no-deps .
pip3 install --root-user-action --ignore-installed -U . &&
pip3 install --root-user-action --force-reinstall --no-deps . &&
git config --global --add safe.directory *
- name: Run pre-commit-vauxoo
run: pre-commit-vauxoo
test:
Expand Down

0 comments on commit 234a45f

Please sign in to comment.