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:
@@ -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
|
||||
|
Reference in New Issue
Block a user