Title: "update/pre-commit-hooks" #4
@ -18,6 +18,7 @@ repos:
|
|||||||
- id: check-symlinks
|
- id: check-symlinks
|
||||||
- id: check-docstring-first
|
- id: check-docstring-first
|
||||||
- id: pretty-format-json
|
- id: pretty-format-json
|
||||||
|
args: [--autofix, --no-sort-keys, --no-ensure-ascii]
|
||||||
- id: check-merge-conflict
|
- id: check-merge-conflict
|
||||||
- id: no-commit-to-branch
|
- id: no-commit-to-branch
|
||||||
args: [--branch, main]
|
args: [--branch, main]
|
||||||
|
11
package.json
Normal file
11
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user