Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,13 @@ jobs:
sparse-checkout-cone-mode: false
- uses: cachix/install-nix-action@2126ae7fc54c9df00dd18f7f18754393182c73cd # v31.9.1
- name: Lint Nix files
id: lint-step
run: |
nix-shell -I nixpkgs=./tools/nix/pkgs.nix -p 'nixfmt-tree' --run '
treefmt --quiet --ci
' || git --no-pager diff --exit-code
'
- run: git --no-pager diff
if: ${{ failure() && steps.lint-step.conclusion == 'failure' }}
Comment thread
aduh95 marked this conversation as resolved.
Outdated

lint-py:
if: github.event.pull_request.draft == false
Expand Down