diff --git a/Dockerfile b/Dockerfile index 6643637..bb33dad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update \ && rm -rf /var/lib/apt/lists/* RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} -RUN wget -O - -q https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh | sh -s -- -b /usr/local/bin/ +RUN wget -O - -q https://raw.githubusercontent.com/golangci/misspell/master/install-misspell.sh | sh -s -- -b /usr/local/bin/ COPY entrypoint.sh /entrypoint.sh diff --git a/README.md b/README.md index 7160197..9b9550c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/reviewdog/action-misspell?logo=github&sort=semver)](https://github.com/reviewdog/action-misspell/releases) [![action-bumpr supported](https://img.shields.io/badge/bumpr-supported-ff69b4?logo=github&link=https://github.com/haya14busa/action-bumpr)](https://github.com/haya14busa/action-bumpr) -This action runs [misspell](https://github.com/client9/misspell) with +This action runs [misspell](https://github.com/golangci/misspell) with [reviewdog](https://github.com/reviewdog/reviewdog) on pull requests to improve code review experience.