Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the base image to easydl/dlrover:ci #722

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Execute git config in the pre-commit action.
  • Loading branch information
workingloong committed Sep 22, 2023
commit f53452c5f1facfff50671e40abbed66d25d7e75a
3 changes: 2 additions & 1 deletion .github/actions/pre-commit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ runs:
args:
- "/bin/bash"
- "-c"
- "pre-commit run -a --show-diff-on-failure --color=always"
- "git config --global --add safe.directory '*' && \
pre-commit run -a --show-diff-on-failure --color=always"