CI: add frontend typecheck, tighten permissions, and publish artifact download links in PR comments#15
Merged
hoangsvit merged 2 commits intoJun 27, 2026
Conversation
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
GitPilot build artifacts are readyOne CI workflow run built all 3 desktop apps: open workflow run. Download links:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
actions: readto follow least-privilege principles.Description
Typecheck frontendstep that runsnpm run typecheckbefore building the frontend.github.rest.actions.listWorkflowRunArtifacts, construct direct artifact URLs, and include the workflow run URL in the message.actions: readunderpermissionsand improved the workflow run summary to print the run URL and clearer artifact download instructions.Testing
npm ci,npm run typecheck,npm run build,npm run tauri:check, andnpm run tauri -- build, and the run completed successfully.actions/upload-artifact@v4) executed and artifacts were listed by the workflow comment step without errors.Codex Task