Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
add unmaintained notice
Browse files Browse the repository at this point in the history
related to #29
  • Loading branch information
shogo82148 committed Jun 23, 2024
1 parent d8ad10b commit 60a946d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM node:current-alpine

ENV REVIEWDOG_VERSION=v0.18.1

RUN echo "::warning::reviewdog/action-eclint is no longer maintained. Please use another action. See https://github.com/reviewdog/action-eclint/issues/29"

RUN apk --no-cache add git

SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# WARNING

reviewdog/action-eclint is no longer maintained.
Please use another action. See https://github.com/reviewdog/action-eclint/issues/29

# GitHub Action: Run eclint with reviewdog

[![Docker Image CI](https://github.com/reviewdog/action-eclint/workflows/Docker%20Image%20CI/badge.svg)](https://github.com/reviewdog/action-eclint/actions)
Expand Down

0 comments on commit 60a946d

Please sign in to comment.