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

github actions workflow for continuous integration #6

Merged
merged 3 commits into from
Oct 27, 2024
Merged

Conversation

Nyumat
Copy link
Member

@Nyumat Nyumat commented Oct 26, 2024

This pull request introduces a new continuous integration (CI) workflow for the Beavs AI project. The workflow is configured to run on every push and pull request to the main branch. It includes steps for checking out the code, setting up Node.js, installing dependencies, and running various checks and builds.

Continuous Integration Setup:

  • .github/workflows/ci.yml: Added a new CI workflow named Beavs AI Continuous Integration that triggers on pushes and pull requests to the main branch. The workflow runs on ubuntu-latest and includes steps for checking out the code, setting up Node.js, installing dependencies, running lint, checking format, type-checking, and building the project.

@Nyumat Nyumat added the enhancement New feature or request label Oct 26, 2024
@Nyumat Nyumat requested a review from sebat2004 October 26, 2024 23:57
@Nyumat Nyumat self-assigned this Oct 26, 2024
@Nyumat Nyumat merged commit 5438f34 into main Oct 27, 2024
1 check passed
@Nyumat Nyumat deleted the nyumat/ci-cd branch October 27, 2024 00:05
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
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants