Tiny make Lint CI show diff (#6445)

This commit is contained in:
fzyzcjy
2025-05-21 17:06:25 +08:00
committed by GitHub
parent ccfe5c009d
commit 505eec4dc9

View File

@@ -1,6 +1,6 @@
name: Lint
on: [pull_request]
on: [ pull_request ]
jobs:
lint:
@@ -19,4 +19,4 @@ jobs:
pre-commit install
- name: Linting
run: pre-commit run --all-files
run: pre-commit run --all-files --show-diff-on-failure