Skip to content

Commit 9703981

Browse files
committed
chore: align prettier with standard github action settings
1 parent e6056b5 commit 9703981

File tree

96 files changed

+811
-729
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+811
-729
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)