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

Add github workflow with github actions #14

Merged
merged 3 commits into from
Feb 3, 2024
Merged

Add github workflow with github actions #14

merged 3 commits into from
Feb 3, 2024

Conversation

dsstevens
Copy link
Contributor

@dsstevens dsstevens commented Feb 3, 2024

What kind of change does this PR introduce?

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Refactor(DRY-ing up/ reorganizing code, etc.)
  • Small fix (Corrected a typo, removed a comment, etc.)

Issue/feature/bug description:

Beginning step to add CI with Github actions. Added a yml file in a workflow

Checklist before requesting a review

  • I ran the code locally and verified that there are no visible errors.
  • I have performed a self-review of my code
  • I have refactored my code before this push
  • The commit message follows our guidelines
  • My code follows the code style of this project.

What’s next:

Connecting the repo to Vercel for CD

@dsstevens dsstevens added the enhancement New feature or request label Feb 3, 2024
@dsstevens dsstevens requested a review from rsteckline February 3, 2024 22:10
@dsstevens dsstevens self-assigned this Feb 3, 2024
@dsstevens dsstevens linked an issue Feb 3, 2024 that may be closed by this pull request
Copy link
Contributor

@rsteckline rsteckline left a comment

Choose a reason for hiding this comment

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

Thank you for walking me through this, your explanation makes perfect sense! Thank you @dsstevens

@rsteckline rsteckline merged commit be110e3 into main Feb 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FE: Add CI/CD : Github Actions
2 participants