-
Notifications
You must be signed in to change notification settings - Fork 0
DO NOT MERGE, test: see if github actions changes run #38
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: hackathon
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,3 +34,6 @@ jobs: | |
| PR_NUMBER: ${{ github.event.pull_request.number }} | ||
| GITHUB_REPOSITORY: ${{ github.repository }} | ||
| run: python ./hack/gemini_review.py | ||
|
|
||
| - name: Test modifications | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This step "Test modifications" seems unnecessary and doesn't contribute to the core functionality of the workflow (API review). Consider removing it unless it serves a specific debugging or testing purpose during development of the GitHub Action itself. If it's for debugging, add a comment explaining why. |
||
| run: echo "Test to see if github actions modifications run" | ||
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.
This step is named "Test modifications" which is vague. It should be renamed to something more descriptive of what it actually tests, or removed if it's not a meaningful test.