Skip to content

Commit

Permalink
base project
Browse files Browse the repository at this point in the history
  • Loading branch information
glitch-txs committed Apr 21, 2024
0 parents commit 41030a0
Show file tree
Hide file tree
Showing 16 changed files with 33,480 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
12 changes: 12 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'vite-size-action'
description: 'Calculate your library's bundle size.'
inputs:
github_token:
required: true
description: 'a github access token.'
outputs:
size:
description: 'The size of the bundle.'
runs:
using: 'node20'
main: 'dist/index.js'
1 change: 1 addition & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
Loading

0 comments on commit 41030a0

Please sign in to comment.