goharbor / harbor-cli

[Sandbox] Official Harbor CLI
Apache License 2.0
31 stars 37 forks source link

feat/Add: linting workflow for code quality checks #112

Closed bupd closed 1 month ago

bupd commented 2 months ago

Fixes: #111

This pull request introduces a linting workflow to enhance code quality by performing automated checks on our codebase. The added workflow utilizes Golangci-lint to analyze and enforce coding standards, ensuring consistency and identifying potential issues early in the development process.

Changes:

bupd commented 1 month ago

@Vad1mo @amands98 ready to merge!.

amands98 commented 1 month ago

did you test the workflow at your end.

bupd commented 1 month ago

Yes, and this is the result. actRunError-cli

The failure occurs because of some errors being unchecked.

Vad1mo commented 1 month ago

we are moving to dagger, we should do it in dagger!