1
0
mirror of https://codeberg.org/crowci/crow.git synced 2025-08-12 06:02:53 +03:00

Fix spellcheck and enable more dirs (#3603)

This commit is contained in:
qwerty287
2024-04-09 09:04:53 +02:00
committed by GitHub
parent 8e45ddd58b
commit c9a3bfb321
10 changed files with 26 additions and 17 deletions

View File

@@ -630,7 +630,7 @@ func (c *client) loadChangedFilesFromPullRequest(ctx context.Context, pull *gith
opts.Page = resp.NextPage
}
return utils.DedupStrings(fileList), nil
return utils.DeduplicateStrings(fileList), nil
})
return pipeline, err