mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-11-02 01:20:41 +01:00
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: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pre-commit
|
pip install pre-commit
|
||||||
- name: Run pre-commit
|
# - name: Run pre-commit
|
||||||
run: |
|
# run: |
|
||||||
pre-commit run --all-files --show-diff-on-failure
|
# pre-commit run --all-files --show-diff-on-failure
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user