"git@developer.sourcefind.cn:orangecat/ollama.git" did not exist on "4dcf5c3e0bfd95e1fd25cbc0ca2c2544d2ba4e0c"
Unverified Commit 505eec4d authored by fzyzcjy's avatar fzyzcjy Committed by GitHub
Browse files

Tiny make Lint CI show diff (#6445)

parent ccfe5c00
name: Lint name: Lint
on: [pull_request] on: [ pull_request ]
jobs: jobs:
lint: lint:
...@@ -19,4 +19,4 @@ jobs: ...@@ -19,4 +19,4 @@ jobs:
pre-commit install pre-commit install
- name: Linting - name: Linting
run: pre-commit run --all-files run: pre-commit run --all-files --show-diff-on-failure
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment