Skip to content

Commit

Permalink
feat: determine file mime type from buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelramos committed May 16, 2022
1 parent 35059db commit 4c3c367
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 8 deletions.
234 changes: 229 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-action",
"version": "0.0.0",
"version": "0.0.3",
"private": true,
"description": "TypeScript template action",
"main": "lib/main.js",
Expand All @@ -26,7 +26,8 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.6.0",
"@supabase/supabase-js": "^1.35.3"
"@supabase/supabase-js": "^1.35.3",
"file-type": "^17.1.1"
},
"devDependencies": {
"@types/node": "^16.10.5",
Expand Down
Loading

0 comments on commit 4c3c367

Please sign in to comment.