pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/suddenlyGiovanni/suddenlygiovanni.dev

"anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-b69241e157469407.css" /> GitHub - suddenlyGiovanni/suddenlygiovanni.dev: Source code for suddenlyGiovanni's personal Brain Dump. · GitHub
Skip to content

suddenlyGiovanni/suddenlygiovanni.dev

Repository files navigation

Setup

Build and run the project

$ docker compose build

Run the project

$ docker compose up

CI / CD

graph TD
	subgraph "Continuous Integration (CI)"
		A[Local Development] -->|Push code| B[Remote Branch]
		B -->|Open PR| C[Pull Request]
		C --> D{PR Checks}
		D -->|Linting| E[Lint Action]
		D -->|Typechecking| F[Typecheck Action]
		D -->|Formatting| G[Format Action]
		D -->|Unit Testing| H[Unit Test Action]
		D -->|Integration Testing| I[Integration Test Action]
		D -->|Smoke Testing| J[Smoke Test Action]
		D -->|Building| K[Build Action]
		B -->|Push to Remote Branch| P{Push Checks}
		P -->|Formatting| Q[Format Action]
		P -->|Linting| R[Lint Action]
		P -->|Typechecking| S[Typecheck Action]
	end
	subgraph "Continuous Deployment (CD)"
		C -->|PR Approved| L[Merge PR]
		L --> M{Deploy}
		M -->|Building| N[Build Action]
		M -->|Deployment| O[Deploy Action]
	end
Loading

Workflows

Push Workflow

This workflow is triggered on every push to a branch that is not main. It's designed to be quick and provide immediate feedback to developers. It runs lightweight checks such as linting and formatting, and can automatically fix and commit certain types of issues. This ensures that the code in all branches follows the same coding standards and prevents "fix lint" or "fix formatting" commits from cluttering the commit history.

Pull Request Workflow

This workflow is triggered when a pull request is opened or updated. It runs a full suite of checks and tests to ensure that the changes are safe to merge. More extensive checks are run in this workflow, as it's the last line of defense before the changes are merged into the main branch. However, automatic fixes should generally not be applied in this workflow, as they could potentially introduce unexpected changes. Instead, any issues should be reported back to the developer for manual resolution.

Future Work

-[ ] Encapsulate common steps in shared actions or scripts to reduce duplication and improve maintainability. -[ ] Implement a step in the pull request workflow to add a comment to the pull request with the changes from the formatting, linting, and typechecking steps. -[ ] Implement visual-regression testing in the pull request workflow. -[ ]Implement a step in the push workflow to automatically commit and push any changes made by the formatting and linting steps.

About

Source code for suddenlyGiovanni's personal Brain Dump.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy