-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
ci: Migrate from CircleCI to GitHub Actions #33
Comments
Hi! |
@Najamulhassan3383 Really appreciate the enthusiasm! Briefly, this repo is currently using CircleCI for testing and linting configured in the
The required workflows for this repo would be:
The docs-related workflows are not necessary here at this point. For example, this was done in another repo here (older version) and here (update). If you're up for taking a stab at this, I recommend creating a fork of this repo under your own account, then testing your work by making PRs (and releases) against your fork, linking to those successful runs once you feel ready to open a PR to address this issue here. example Beyond this, you shouldn't expect much more guidance in figuring out specifics but if you're familiar with (or willing to familiarize yourself with) GHA workflows in general, this issue should hopefully be relatively straightforward. |
I've opened a PR for this issue |
Resolved in #35 |
This package should have workflows lifted from https://github.com/MetaMask/metamask-module-template/tree/main/.github/workflows instead of existing CircleCI jobs.
The text was updated successfully, but these errors were encountered: