From daa738ae9dc2a624bd7a31228885b9673a074d34 Mon Sep 17 00:00:00 2001 From: littleblack111 Date: Wed, 8 Jan 2025 19:09:39 +0800 Subject: [PATCH] ah --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4d9fa1e1c9f..bf0194ec5ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -137,11 +137,11 @@ jobs: echo 'Please fix the formatting issues by running [`clang-format`](https://wiki.hyprland.org/Contributing-and-Debugging/PR-Guidelines/#code-style), or directly apply this patch:' > clang-format.patch echo '
' >> clang-format.patch echo 'clang-format.patch' >> clang-format.patch - echo '```diff' >> clang-format.patch echo >> clang-format.patch + echo '```diff' >> clang-format.patch git diff >> clang-format.patch - echo >> clang-format.patch echo '```' >> clang-format.patch + echo >> clang-format.patch echo '
' >> clang-format.patch - name: Comment patch