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 Actions Workflow #25

Merged
merged 6 commits into from
Dec 14, 2024
Merged

Conversation

ThomasCode92
Copy link
Owner

@ThomasCode92 ThomasCode92 commented Dec 12, 2024

This PR introduces a Workflow that automates testing and building the code. Additionally, it ensures code quality by running a Linter.

The Workflow is triggered on pull requests and pushes to the main branch, streamlining the development process.
By automating these tasks, it helps catch issues early in the pipeline. The inclusion of a Linter promotes consistency and adherence to coding standards. This setup aims to improve overall code reliability and maintainability.

Future enhancements can expand the Workflow to include additional checks or deployment steps.

@ThomasCode92 ThomasCode92 linked an issue Dec 12, 2024 that may be closed by this pull request
@ThomasCode92 ThomasCode92 force-pushed the add-github-actions-workflow branch from c7ca6f2 to d2fcc18 Compare December 12, 2024 06:42
@ThomasCode92 ThomasCode92 force-pushed the add-github-actions-workflow branch from d2fcc18 to bfe1864 Compare December 12, 2024 06:44
@ThomasCode92 ThomasCode92 force-pushed the add-github-actions-workflow branch from 4ac8ecc to bf51aec Compare December 12, 2024 07:14
Introduce a Lint Error to Trigger the Report Job
@ThomasCode92 ThomasCode92 force-pushed the add-github-actions-workflow branch from bf51aec to 27a7d79 Compare December 12, 2024 07:18
@ThomasCode92 ThomasCode92 force-pushed the add-github-actions-workflow branch from d9cdb09 to 0815dc8 Compare December 12, 2024 07:39
@ThomasCode92 ThomasCode92 merged commit 1d6f608 into main Dec 14, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add GitHub Actions Workflow
1 participant