Compare commits

..

1 Commits

Author SHA1 Message Date
a7f67bacec chore: remove unused pre-commit hooks
Some checks failed
Lint / pre-commit Linting (push) Successful in 1m16s
Test / Run Tests (push) Failing after 12m52s
2026-01-04 06:14:03 +00:00
2 changed files with 51913 additions and 6 deletions

51917
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -6,7 +6,7 @@
"scripts": {
"start": "node index.js",
"test": "vitest run --globals --coverage",
"build": "ncc build index.js -o dist -m --external utf-8-validate --external bufferutil"
"build": "ncc build index.js -o dist --external utf-8-validate --external bufferutil"
},
"dependencies": {
"@actions/core": "^2.0.0",