Compare commits

...

2 Commits

Author SHA1 Message Date
cf92c3ef8f try things
Some checks failed
Lint / Run linters (push) Failing after 1m43s
2023-05-01 23:23:23 +00:00
37c316b457 npm install 2023-05-01 23:11:39 +00:00
3 changed files with 1 additions and 1250 deletions

View File

@ -28,7 +28,7 @@ jobs:
node-version: 14
- name: Install Node.js dependencies
run: npm ci
run: npm install
- name: Run eslint
run: eslint *.js

1248
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,6 @@
"description": "Rocket.Chat integrate Gitea's notifications via Incoming Webhook",
"main": "gitea-rocketchat.hooks.js",
"dependencies": {
"acorn": "^8.8.2",
"acorn-jsx": "^5.3.2",
"ajv": "^6.12.6",
"ansi-regex": "^5.0.1",