Skip to content

Commit

Permalink
feat(): add file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
n33pm committed Jul 4, 2024
1 parent 9ad04cc commit 5f7662f
Show file tree
Hide file tree
Showing 6 changed files with 126,863 additions and 34,703 deletions.
11 changes: 11 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"printWidth": 160,
"tabWidth": 4,
"useTabs": false,
"semi": false,
"singleQuote": false,
"trailingComma": "all",
"bracketSpacing": false,
"arrowParens": "avoid",
"endOfLine": "auto"
}
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ inputs:
required: true
files:
description: A glob pattern where to find bundle files compare size for
default: "dist/**/*"
runs:
using: "node16"
main: "dist/index.js"
Loading

0 comments on commit 5f7662f

Please sign in to comment.