From c9a2a3940f8de7b197df95c68fbf873ba819e122 Mon Sep 17 00:00:00 2001 From: Jimmy Lin Date: Sat, 12 Mar 2022 19:38:58 +0800 Subject: [PATCH] Stop the updates on ECLint images --- .github/workflows/eclint.yml | 39 ------------------------------------ eclint/README.md | 3 +++ 2 files changed, 3 insertions(+), 39 deletions(-) delete mode 100644 .github/workflows/eclint.yml diff --git a/.github/workflows/eclint.yml b/.github/workflows/eclint.yml deleted file mode 100644 index 25d7a82..0000000 --- a/.github/workflows/eclint.yml +++ /dev/null @@ -1,39 +0,0 @@ ---- -name: jmlntw/eclint - -on: - push: - branches: - - master - paths: - - eclint/** - schedule: - - cron: 5 3 12 * * - -jobs: - docker: - name: Docker Image CI - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - name: Set up QEMU - uses: docker/setup-qemu-action@v1 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 - - name: Login to Docker Hub - uses: docker/login-action@v1 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Build and push Docker image - uses: docker/build-push-action@v2 - with: - context: eclint - platforms: | - linux/amd64 - linux/arm - linux/arm64 - tags: | - jmlntw/eclint:latest - push: true diff --git a/eclint/README.md b/eclint/README.md index ab47b43..01297a9 100644 --- a/eclint/README.md +++ b/eclint/README.md @@ -1,5 +1,8 @@ # ECLint Docker Image +> :pushpin: [**ECLint is no longer maintained**](https://github.com/jedmao/eclint/issues/226). +> As an alternative, you can use [editorconfig-checker](https://github.com/editorconfig-checker/editorconfig-checker). + A Docker image to run [**ECLint**](https://github.com/jedmao/eclint), an [EditorConfig](https://editorconfig.org/) linter. ## Usage