-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: compile all files into 1 source file to allow others to use th…
…is action seamlessly
- Loading branch information
1 parent
1255813
commit a78b443
Showing
6 changed files
with
33,845 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
name: "Package Size Badge Action" | ||
description: "Automatically calculate JavaScript bundle size and generate a badge" | ||
author: "Timeo Williams" | ||
icon: "activity" | ||
color: "green" | ||
author: "Timeo Williams <[email protected]>" | ||
branding: | ||
icon: "activity" | ||
color: "green" | ||
|
||
inputs: | ||
path: | ||
|
@@ -21,10 +22,11 @@ inputs: | |
description: "Badge color" | ||
required: false | ||
default: "blue" | ||
|
||
outputs: | ||
size: | ||
description: "The size of the bundle in KB" | ||
|
||
runs: | ||
using: "node20" | ||
main: "size-limit.js" | ||
main: "dist/index.js" |
Oops, something went wrong.