- improve documentation to test the action in GitHub codespaces

- simplify README
- include demo test case to speed up setup
This commit is contained in:
Mike Penz
2024-03-03 08:32:56 +00:00
committed by GitHub
parent 81b37148ec
commit 25b221d1d3
3 changed files with 71 additions and 49 deletions
+1
View File
@@ -14,6 +14,7 @@
"test": "jest",
"test-github": "jest __tests__/*.test.ts",
"test-gitea": "jest __tests__/gitea/*.test.ts",
"test-demo": "jest __tests__/demo/*.test.ts",
"all": "npm run build && npm run format && npm run lint && npm run package && npm run test-github"
},
"repository": {