aws-codeguru-cli icon indicating copy to clipboard operation
aws-codeguru-cli copied to clipboard

Command line wrapper to interact with CodeGuru Reviewer

Results 3 aws-codeguru-cli issues
Sort by recently updated
recently updated
newest added

`save-state` and `set-output` commands used in GitHub Actions are deprecated and [GitHub recommends using environment files](https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/). This PR updates the usage of `set-output` to `$GITHUB_OUTPUT` Instructions for envvar usage from...

The `\` in `ZipUtilsTest.java` is not portable. Moreover, need to add more tests for other filesystems.

@martinschaef added a Checkstyle config. Now we need to make Checkstyle errors build-fatal and enforce the style on the current codebase until it doesn't fail anymore.