From 7cd84a7b8e264916f6029f8a03943d64488abe42 Mon Sep 17 00:00:00 2001 From: Reinier Maas Date: Thu, 16 Jul 2026 11:29:13 +0200 Subject: [PATCH] Lint: `just lint-light --all` on GitHub --- .github/workflows/ci.yml | 4 +++- .semaphore/semaphore.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55f052ce..1073282e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,4 +29,6 @@ jobs: steps: - uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 - uses: ./.github/actions/setup-nix-direnv-rust - - run: just lint + - run: | + just lint-light --show-diff-on-failure --all + just lint-heavy diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 084c700c..250aa835 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -89,5 +89,5 @@ blocks: jobs: - name: "Type- and format-check" commands: - - "just lint-light --all" + - "just lint-light --show-diff-on-failure --all" - "just lint-heavy"