We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b78c9c9 commit b0a0debCopy full SHA for b0a0deb
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
cache: true
35
environments: lint
36
37
- - name: Lint
+ - name: Lint (if this step fails, please 'pixi run lint' locally and push the changes)
38
run: pixi run -e lint lint
39
40
checks:
lefthook.yml
@@ -1,7 +1,7 @@
1
-lefthook: pixi run --environment=lint lefthook
+lefthook: pixi run --no-progress --environment=lint lefthook
2
3
templates:
4
- run: run --environment=lint
+ run: run --quiet --no-progress --environment=lint
5
6
pre-commit:
7
parallel: true
0 commit comments