You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use devcontainers for CI workflows
This PR updates our GitHub Actions workflows to use devcontainers instead of directly setting up the environment on the runner. This approach:
- Ensures CI runs in the same environment as development
- Simplifies workflow configuration
- Reduces maintenance by centralizing environment setup in the devcontainer
- Increases CI timeout to accommodate container build time
* use devcontainers for CI workflows
* unify ci workflow
* fix permissions
0 commit comments