Overview
I noticed the failure of the lint job, at the Check for changes step, with the following messages printed as the output.
file changes found
please check if docs were added for new commands or updated for new commands
doc/cli-docs/harbor-repo-update.md
doc/man-docs/man1/harbor-repo-update.1
Error: Process completed with exit code 1.
But, my PR doesn't contain any changes related to the doc files listed above. And here's the proof.
❯ git diff --name-status HEAD..main
D pkg/errors/errors.go
D pkg/errors/errors_test.go
D pkg/errors/utils.go
M pkg/views/styles.go
❯ set ch = $(git ls-files --others --modified --deleted --exclude-standard)
❯ echo $ch | rg 'harbor-repo'
❯
Steps to reproduce
- Sync the local
main branch with the upstream.
- Rebase the branch that you are working on the
main.
- Push the changes to update the remote.
- See the errors thrown by the
lint job at the specified step.
Overview
I noticed the failure of the
lintjob, at theCheck for changesstep, with the following messages printed as the output.But, my PR doesn't contain any changes related to the doc files listed above. And here's the proof.
Steps to reproduce
mainbranch with the upstream.main.lintjob at the specified step.