File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 22 "name" : " github-actions-mobsuccess" ,
33 "version" : " 1.0.0" ,
44 "description" : " Action to validate conformance to Mobsuccess policies" ,
5- "main" : " index.js" ,
6- "scripts" : {
7- "test" : " jest --coverage" ,
8- "prettier" : " prettier --check ." ,
9- "eslint" : " eslint ."
10- },
11- "repository" : {
12- "type" : " git" ,
13- "url" : " https://github.com/mobsuccess-devops/github-actions-mobsuccess"
14- },
155 "keywords" : [
166 " github-actions" ,
177 " git"
188 ],
19- "author" : " Christopher Allène" ,
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " https://github.com/mobsuccess-devops/github-actions-mobsuccess"
12+ },
2013 "license" : " UNLICENSED" ,
14+ "author" : " Christopher Allène" ,
15+ "main" : " index.js" ,
16+ "scripts" : {
17+ "eslint" : " eslint ." ,
18+ "prettier" : " prettier --check ." ,
19+ "test" : " jest --coverage"
20+ },
2121 "dependencies" : {
2222 "@actions/core" : " ^1.2.6" ,
2323 "@actions/github" : " ^4.0.0"
You can’t perform that action at this time.
0 commit comments