Skip to content

Commit e1e9ff6

Browse files
committed
fixup! tools: use ad-hoc flag to lint Nix files
1 parent fab0343 commit e1e9ff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- name: Lint Nix files
154154
run: |
155155
nix-shell -I nixpkgs=./tools/nix/pkgs.nix -p 'nixfmt-tree' --run '
156-
treefmt --ci
156+
treefmt --quiet --ci
157157
' || git --no-pager diff --exit-code
158158
159159
lint-py:

0 commit comments

Comments
 (0)