You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(github-actions): add Go file change detection to golangci-lint workflow (#1794)
- Introduced a step to check for changes in Go files using dorny/paths-filter.
- Conditional execution of the linting step based on the presence of Go file changes.
This enhancement optimizes the CI process by only running linting when relevant files are modified, improving efficiency.
Signed-off-by: Kemal Akkoyun <[email protected]>
0 commit comments