Skip to content
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

Put review as a job, not as a separate workflow. #7

Merged
merged 2 commits into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .github/workflows/build-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Streamline CV GitHub Action
uses: Streamline-CV/gh-action-build@main
uses: Streamline-CV/gh-action-build@main
review:
runs-on: ubuntu-latest
name: Review CV
steps:
- uses: actions/checkout@v2
- name: Review CV
uses: Streamline-CV/gh-action-aireview@main
with:
openaiKey: ${{ secrets.OPENAI_API_KEY }}
githubKey: ${{ secrets.GITHUB_TOKEN }}
15 changes: 0 additions & 15 deletions .github/workflows/review-pr.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cv:
username: johndoe
- network: LinkedIn
username: johndoe
summary: I am a motivated (haha, yes!) Mechanical Engineer with a strong academic record from prestigious institutions and practical experience in innovative environments like CERN. My specialization lies in the design, simulation, and implementation of mechanical systems, especially in robotics and finite element analysis. I possess strong technical skills, approach problems proactively, and am dedicated to innovation. I excel in team settings where I can contribute to significant projects and promote advancements in engineering.
summary: I am a motivated (haha, no!) Mechanical Engineer with a strong academic record from prestigious institutions and practical experience in innovative environments like CERN. My specialization lies in the design, simulation, and implementation of mechanical systems, especially in robotics and finite element analysis. I possess strong technical skills, approach problems proactively, and am dedicated to innovation. I excel in team settings where I can contribute to significant projects and promote advancements in engineering.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [Streamline AI assistant] reported by reviewdog 🐶
The suggested text retains the original meaning but is rephrased for clarity and professionalism. It removes the unnecessary placeholder '(haha, no!)', which is informal and inappropriate for a CV. It also simplifies the language by replacing phrases like 'prestigious institutions' with 'leading universities' and 'approach problems proactively' with 'tackle challenges head-on' to make the text more accessible while maintaining a professional tone.

Suggested change
summary: I am a motivated (haha, no!) Mechanical Engineer with a strong academic record from prestigious institutions and practical experience in innovative environments like CERN. My specialization lies in the design, simulation, and implementation of mechanical systems, especially in robotics and finite element analysis. I possess strong technical skills, approach problems proactively, and am dedicated to innovation. I excel in team settings where I can contribute to significant projects and promote advancements in engineering.
summary: I am a dedicated Mechanical Engineer with a strong academic background from leading universities and hands-on experience in innovative settings such as CERN. My expertise is in the design, simulation, and implementation of mechanical systems, with a focus on robotics and finite element analysis. I have solid technical skills, tackle challenges head-on, and am committed to innovation. I thrive in team collaborations where I can contribute to impactful projects and drive forward engineering advancements.

cover_letter:
company: DreamTeam Corporation
body: As an accomplished mechanical engineer with a strong foundation in both theoretical and practical aspects of the field, my expertise spans from innovative project design to in-depth research and development. My academic and professional journey has been marked by a series of successful projects, including the creation of sophisticated robotic systems and contributing to groundbreaking research at CERN. My passion for engineering is matched by my commitment to delivering results that exceed expectations. I am excited about the opportunity to bring my blend of experience, skills, and dedication to DreamTeamInc., where I aim to contribute to and thrive in your dynamic engineering environment.
Expand Down
Loading