Skip to content

Add Go checks for images: linter, tests, coverage, and version#24

Open
fastrapier wants to merge 6 commits into
mainfrom
ci/add-go-checks
Open

Add Go checks for images: linter, tests, coverage, and version#24
fastrapier wants to merge 6 commits into
mainfrom
ci/add-go-checks

Conversation

@fastrapier

Copy link
Copy Markdown
Member

This pull request introduces a new GitHub Actions workflow to automate Go code quality checks for images. The workflow adds jobs for linting, running tests, checking test coverage, and verifying module versions, all using a consistent Go version.

CI/CD automation for Go projects:

  • Added .github/workflows/go-checks.yml to set up automated jobs for:
    • Running Go linter on image-related code
    • Executing Go tests
    • Checking Go test coverage
    • Verifying Go module versions

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.

1 participant