Skip to content

Commit e51de88

Browse files
authored
Merge pull request #67 from talal/golangci-fork
Switch to golangci fork
2 parents a8d4835 + d43321b commit e51de88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update \
1111
&& rm -rf /var/lib/apt/lists/*
1212

1313
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/
1515

1616
COPY entrypoint.sh /entrypoint.sh
1717

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![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)
77
[![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)
88

9-
This action runs [misspell](https://github.com/client9/misspell) with
9+
This action runs [misspell](https://github.com/golangci/misspell) with
1010
[reviewdog](https://github.com/reviewdog/reviewdog) on pull requests to improve
1111
code review experience.
1212

0 commit comments

Comments
 (0)