Skip to content

Commit

Permalink
feat: Upload restyled diff as artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Nov 7, 2024
1 parent 2b74b8d commit c248b2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/checks.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c248b2c

Please sign in to comment.