From 1c0589323d017e8701f1a00d38bd019ad008bd4c Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 7 Nov 2024 20:37:39 +0000 Subject: [PATCH] feat: Upload restyled diff as artifact. See https://github.com/restyled-io/actions/issues/46#issuecomment-2462766875 --- .github/workflows/common-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/common-ci.yml b/.github/workflows/common-ci.yml index 89d3db5..d9c8eb5 100644 --- a/.github/workflows/common-ci.yml +++ b/.github/workflows/common-ci.yml @@ -24,3 +24,10 @@ jobs: uses: restyled-io/actions/run@v4 with: fail-on-differences: true + + - id: upload + uses: actions/upload-artifact@v4 + with: + path: /tmp/restyled.diff + if-no-files-found: ignore + overwrite: true