Add event context #5426
Annotations
4 errors and 1 warning
Run unit tests:
pkg/git/client.go#L256
cannot use r (variable of type *repo) as Repo value in return statement: *repo does not implement Repo (wrong type for method CommitChanges)
|
Run unit tests:
pkg/git/repo.go#L92
cannot use &repo{…} (value of type *repo) as Repo value in return statement: *repo does not implement Repo (wrong type for method CommitChanges)
|
Run unit tests:
pkg/git/repo.go#L251
not enough arguments in call to r.addCommit
|
Run unit tests
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading