Linting by pre-commit.

This commit is contained in:
2024-05-28 22:09:59 +02:00
parent c3b63b7fea
commit 89c073b8bd
3 changed files with 73 additions and 74 deletions

View File

@ -1,10 +1,9 @@
{
"name": "version-up-action",
"version": "0.1.0",
"description": "Checks for the highes possible downloadable url by exchangeing and increasing the version number.",
"main": "index.js",
"dependencies": {
"@actions/core": "^1.10.1"
}
"name": "version-up-action",
"version": "0.1.0",
"description": "Checks for the highes possible downloadable url by exchangeing and increasing the version number.",
"main": "index.js",
"dependencies": {
"@actions/core": "^1.10.1"
}
}