From 4b95aee71d36c341b195f441baa9b34a638f8421 Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Mon, 18 Jan 2021 17:59:04 +0700 Subject: [PATCH] chore: remove github super linter --- .github/workflows/linter.yml | 19 ------------------- README.md | 1 - 2 files changed, 20 deletions(-) delete mode 100644 .github/workflows/linter.yml diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml deleted file mode 100644 index 0e315aa..0000000 --- a/.github/workflows/linter.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Lint Code Base - -on: [push, pull_request] - -jobs: - lint: - name: Lint Code Base - runs-on: ubuntu-latest - steps: - - name: Checkout Code - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Lint Code Base - uses: github/super-linter@v3 - env: - VALIDATE_ALL_CODEBASE: false - DEFAULT_BRANCH: main - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 6c105fb..61a2e68 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Dotfiles [![Go](https://github.com/haunt98/dotfiles/workflows/Go/badge.svg?branch=main)](https://github.com/actions/setup-go) -[![GitHub Super-Linter](https://github.com/haunt98/dotfiles/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter) Install: