Skip to content

Comments

refactor(ci): Simplify GitHub Actions workflow and Makefile#8

Merged
mazurov merged 1 commit intomainfrom
ci-workflow-simplification
Jan 10, 2026
Merged

refactor(ci): Simplify GitHub Actions workflow and Makefile#8
mazurov merged 1 commit intomainfrom
ci-workflow-simplification

Conversation

@mazurov
Copy link
Contributor

@mazurov mazurov commented Jan 10, 2026

Streamline CI workflow by using Makefile targets for common tasks:

  • Replace inline commands with make targets
  • Add fmt-check target for code formatting verification
  • Modify lint target to use go vet instead of golangci-lint
  • Improve readability and maintainability of workflow configuration

Streamline CI workflow by using Makefile targets for common tasks:
- Replace inline commands with make targets
- Add fmt-check target for code formatting verification
- Modify lint target to use go vet instead of golangci-lint
- Improve readability and maintainability of workflow configuration
@mazurov mazurov merged commit 187f363 into main Jan 10, 2026
16 checks passed
@mazurov mazurov deleted the ci-workflow-simplification branch January 10, 2026 23:00
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