Added a package.json
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 31s

This commit is contained in:
Philipp Horstenkamp 2023-11-19 01:52:32 +01:00
parent 61e2a676ec
commit ee9cda3fd2
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4
2 changed files with 12 additions and 0 deletions

View File

@ -18,6 +18,7 @@ repos:
- id: check-symlinks
- id: check-docstring-first
- id: pretty-format-json
args: [--autofix, --no-sort-keys, --no-ensure-ascii]
- id: check-merge-conflict
- id: no-commit-to-branch
args: [--branch, main]

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "gitea-acxt-create-pr",
"version": "1.0.0",
"description": "My custom GitHub Action",
"main": "index.js",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@octokit/rest": "^18.0.0"
}
}