adoroszlai commented on PR #1220: URL: https://github.com/apache/ratis/pull/1220#issuecomment-2651449000
Thanks @szetszwo for the review. > ``` > -- ./.github/workflows/post-commit.yml ---------------------------------------- > 32: uses: ./.github/workflows/ci.yml > 1 occurrence(s) > ``` `post-commit.yml` no longer exists (was renamed), so this must be some leftover from `master`. The PR also changes the reference to `ci.yml`. > ``` > -- ./dev-support/checks/shellcheck.sh ----------------------------------------- > 29: | grep -v -e target/ -e node_modules/ -e '\.\(ico\|py\|yml\)$' \ > 1 occurrence(s) > ``` `shellcheck.sh` is unused, I'll file a task to remove it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
