Skip to content

Comments

added ci-pipeline workflow#105

Merged
coxmars merged 3 commits intoAkatsukiLabs:mainfrom
Joewizy:github-actions
May 4, 2025
Merged

added ci-pipeline workflow#105
coxmars merged 3 commits intoAkatsukiLabs:mainfrom
Joewizy:github-actions

Conversation

@Joewizy
Copy link
Contributor

@Joewizy Joewizy commented Apr 29, 2025

Pull Request Overview

📝 Summary

I've added a .github/workflows/ci.yml file that defines the GitHub Actions workflow for CI. The workflow includes steps for installing dependencies, running tests, and ensuring code is formatted properly.

Related Issues

Type of Change

Mark with an x all the checkboxes that apply (like [x]).

  • 📝 Documentation (updates to README, docs, or comments)
  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • 👌 Enhancement (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)

🔄 Changes Made

What's Changed

Added workflows/ci.yml file at .github/ root directory for handling automation of deploying, testing and formatting of code to ensure ensure consistency, quality, and efficiency in the development process.

Implementation Details

Describe how you implemented the changes.

Technical Notes

Include any technical details that reviewers should be aware of.

🔧 Tests Results

Describe the tests you performed to verify your changes.

Test Coverage

  • Unit Tests
  • Integration Tests
  • Manual Testing

Evidence

Provide relevant evidence of testing (screenshots, test outputs, etc.).

Testing Notes

Include any special testing considerations or edge cases checked.

🔜 Next Steps

Indicate actions or improvements to be taken after this PR, if applicable.

@coxmars
Copy link
Contributor

coxmars commented May 2, 2025

@Joewizy be sure it is working, fix that
image

@Joewizy
Copy link
Contributor Author

Joewizy commented May 3, 2025

@coxmars installed dojo and scarb using the version in .tool-versions ci flow working although build is failing due to some errors in the code but I don't think that is part to resolve cheers

@coxmars coxmars merged commit 83ab098 into AkatsukiLabs:main May 4, 2025
1 check failed
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.

📝 [FEAT]: Implement GitHub Actions CI Workflow for Cairo/Dojo

2 participants