Skip to content

Commit b0a0deb

Browse files
committed
quiten lefthook
1 parent b78c9c9 commit b0a0deb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cache: true
3535
environments: lint
3636

37-
- name: Lint
37+
- name: Lint (if this step fails, please 'pixi run lint' locally and push the changes)
3838
run: pixi run -e lint lint
3939

4040
checks:

lefthook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
lefthook: pixi run --environment=lint lefthook
1+
lefthook: pixi run --no-progress --environment=lint lefthook
22

33
templates:
4-
run: run --environment=lint
4+
run: run --quiet --no-progress --environment=lint
55

66
pre-commit:
77
parallel: true

0 commit comments

Comments
 (0)