-
Notifications
You must be signed in to change notification settings - Fork 6
✨ repo: make more fancy #49
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Introduced `release-mito.yml` for automating Mito CLI releases, including version extraction, binary building, checksum creation, and GitHub release creation. - Added `release-mitosisd.yml` for Mitosisd releases, featuring similar automation steps tailored for the blockchain node, including Docker image build and push. - Both workflows support multiple OS and architecture builds, enhancing CI/CD efficiency for the Mitosis project.
- Eliminated the `submodules: recursive` option from the checkout steps in `quality.yml`, `release-mito.yml`, and `release-mitosisd.yml` workflows to streamline the CI/CD process. - This change simplifies the workflow configuration and reduces potential issues related to submodule management.
…ing, testing, and security scanning - Introduced new workflows: `benchmark.yml`, `build.yml`, `lint.yml`, `test.yml`, `security.yml`, and `quality-gate.yml` to enhance CI/CD processes. - The `benchmark.yml` workflow runs performance benchmarks on pull requests. - The `build.yml` workflow supports multi-platform builds for binaries. - The `lint.yml` workflow implements code linting using `golangci-lint`. - The `test.yml` workflow executes tests with coverage reporting. - The `security.yml` workflow performs security scans using Gosec and checks for known vulnerabilities. - The `quality-gate.yml` workflow ensures all quality checks pass before merging. - Removed the deprecated `quality.yml` workflow to streamline the configuration.
…ty permissions - Upgraded the `upload-artifact` action in `build.yml` from v3 to v4 for improved functionality. - Added additional permissions in `security.yml` for actions, id-token, and checks to enhance security scanning capabilities.
- Added write permissions for checks and pull-requests in `lint.yml` to enhance workflow capabilities. - Upgraded `setup-go` action from v4 to v5 in `lint.yml` for improved Go setup. - Updated `golangci-lint-action` from v3 to v6 in `lint.yml` and added a custom config argument. - Upgraded `upload-artifact` action from v3 to v4 in `test.yml` for better artifact management.
9156845 to
9ba475c
Compare
- Added a new `pr-build` job in `build.yml` for quick builds targeting linux/amd64 on pull requests. - Updated `quality-gate.yml` to improve the quality summary reporting, including configuration recommendations for branch protection rules. - Streamlined the quality checks reporting process and enhanced clarity in the summary output.
797674e to
091690b
Compare
- Move github.com/pelletier/go-toml/v2 from indirect to direct dependencies - Move golang.org/x/term from indirect to direct dependencies - This resolves lint workflow failure where go mod tidy was creating diff
taeguk
reviewed
Jun 24, 2025
taeguk
reviewed
Jun 24, 2025
58ee227 to
2c2dca1
Compare
- Changed copyright year in LICENSE file from 2024 to [yyyy] [placeholder] for future updates.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SSIA