-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Initial release #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Claude finished @amanstep's task —— View job Comprehensive GitHub Action ReviewReviewing this pull request for GitHub Action compliance and security requirements. Review Progress:
Action Type AnalysisThis is a Hybrid Action with both Node.js and Docker implementations:
✅ PASSED REQUIREMENTSLicense & Copyright
Action Configuration
Required Files Present
Forbidden Files Absent
Package.json (Node-specific)
Distribution
Version Usage Examples
Subscription Check Implementation
|
|
Claude finished @amanstep's task —— View job Comprehensive GitHub Action ReviewReviewing this pull request for GitHub Action compliance and security requirements. Review Progress:
Action Type AnalysisThis is a Hybrid Action with both Node.js and Docker implementations:
✅ PASSED REQUIREMENTSLicense & Copyright
Action Configuration
Required Files Present
Forbidden Files Absent
Package.json (Node-specific)
Distribution
Version Usage Examples
Subscription Check Implementation
|
|
Claude finished @amanstep's task —— View job Comprehensive GitHub Action ReviewReviewing this pull request for GitHub Action compliance and security requirements. Review Progress:
Action Type AnalysisThis is a Hybrid Action with both Node.js and Docker implementations:
✅ PASSED REQUIREMENTSLicense & Copyright
Action Configuration
Required Files Present
Forbidden Files Absent
Package.json (Node-specific)
Distribution
Version Usage Examples
Subscription Check Implementation
|
|
Claude finished @amanstep's task —— View job Comprehensive GitHub Action Review
|
| @@ -0,0 +1,19 @@ | |||
| name: Node & npm setup | |||
| author: Clément Chanchevrier @cchanche | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove author
| "generate-fixtures": "node ./bin/generate-fixtures.js", | ||
| "lint": "eslint bin/*.js lib/*.js action.js index.js test/**/*.js", | ||
| "prettier": "prettier --write **/*.{js,md,json}", | ||
| "postversion": "npm run test && git push && git push --tags", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
| "lint": "eslint bin/*.js lib/*.js action.js index.js test/**/*.js", | ||
| "prettier": "prettier --write **/*.{js,md,json}", | ||
| "postversion": "npm run test && git push && git push --tags", | ||
| "open-releases": "open \"$(node -e 'console.log(`${require(\"./package.json\").repository}/releases`)')\"" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check usage and remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove lib folder from tracking
|
add publish docker image workflow |

No description provided.