From 3d9ab2a78c04b3b46fa9c80135ea57121e961da3 Mon Sep 17 00:00:00 2001 From: Leonardo Taglialegne Date: Sat, 6 Jun 2026 14:39:40 +0200 Subject: [PATCH] Fix diff in CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5c5535f..e6e6096 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -139,4 +139,4 @@ jobs: - name: Dump the diff into the Github log run: | diff --ignore-all-space --minimal --new-file --recursive \ - main/cli/generated branch/cli/generated + main/cli/generated branch/cli/generated || true # We ignore diff exiting with a 1