Skip to content

Commit f25d5ab

Browse files
committed
chore: align prettier with standard github action settings
1 parent d0110d9 commit f25d5ab

File tree

11 files changed

+671
-636
lines changed

11 files changed

+671
-636
lines changed

.changeset/clean-donkeys-explode.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@spectrum-tools/gh-action-file-diff": major
3+
---
4+
5+
This update optimizes and abstracts more the approach to comparing compiled assets. The input fields no focus on gathering package sources and more heavily relies on the exports field of the package.json to determine what assets should be compared. At the end of the processing and comparison, the diff assets are generated and a website built to review the updates.

.changeset/four-phones-agree.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/actions/file-diff/action.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ inputs:
1313
description: "GITHUB_TOKEN for the repository."
1414
required: false
1515
default: ${{ github.token }}
16-
file-glob-pattern:
17-
description: "Glob pattern for filtering of the files."
18-
required: false
19-
default: "**/dist/**"
16+
package-pattern:
17+
description: "Glob pattern for the package directories."
18+
required: true
2019
comment:
2120
description: "Whether to comment on the PR."
2221
required: false

0 commit comments

Comments
 (0)