File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN apt-get update \
11
11
&& rm -rf /var/lib/apt/lists/*
12
12
13
13
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
14
- RUN wget -O - -q https://raw.githubusercontent.com/client9 /misspell/master/install-misspell.sh | sh -s -- -b /usr/local/bin/
14
+ RUN wget -O - -q https://raw.githubusercontent.com/golangci /misspell/master/install-misspell.sh | sh -s -- -b /usr/local/bin/
15
15
16
16
COPY entrypoint.sh /entrypoint.sh
17
17
Original file line number Diff line number Diff line change 6
6
[ ![ 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 )
7
7
[ ![ 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 )
8
8
9
- This action runs [ misspell] ( https://github.com/client9 /misspell ) with
9
+ This action runs [ misspell] ( https://github.com/golangci /misspell ) with
10
10
[ reviewdog] ( https://github.com/reviewdog/reviewdog ) on pull requests to improve
11
11
code review experience.
12
12
You can’t perform that action at this time.
0 commit comments