Skip to content

Commit 2737f82

Browse files
committed
ci: fix lint task
Default lint task only lints staged files.
1 parent e646062 commit 2737f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: prefix-dev/[email protected]
1111
with:
1212
environments: lint
13-
- run: pixi run --environment lint lint
13+
- run: pixi run --environment lint lint --all-files --show-diff-on-failure
1414

1515
test-linux:
1616
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)