forked from Mirror/ollama4j
Comment out pre-commit run step in GitHub workflow to prevent execution during CI
This commit is contained in:
6
.github/workflows/pre-commit.yml
vendored
6
.github/workflows/pre-commit.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pre-commit
|
||||
- name: Run pre-commit
|
||||
run: |
|
||||
pre-commit run --all-files --show-diff-on-failure
|
||||
# - name: Run pre-commit
|
||||
# run: |
|
||||
# pre-commit run --all-files --show-diff-on-failure
|
||||
|
||||
|
||||
Reference in New Issue
Block a user