From e23073369c7bf87e9fe3070aae87f52721182b96 Mon Sep 17 00:00:00 2001 From: abtreece Date: Fri, 11 Feb 2022 20:55:30 -0600 Subject: [PATCH] Remove GitHub SuperLinter for the time being skip-changelog --- .github/workflows/superlinter.yml | 26 -------------------------- README.md | 1 - 2 files changed, 27 deletions(-) delete mode 100644 .github/workflows/superlinter.yml diff --git a/.github/workflows/superlinter.yml b/.github/workflows/superlinter.yml deleted file mode 100644 index 40bf41e02..000000000 --- a/.github/workflows/superlinter.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Super-Linter - -# Run this workflow every time a new commit pushed to your repository -on: push - -jobs: - # Set the job key. The key is displayed as the job name - # when a job name is not provided - super-lint: - # Name the Job - name: Lint code base - # Set the type of machine to run on - runs-on: ubuntu-latest - - steps: - # Checks out a copy of your repository on the ubuntu-latest machine - - name: Checkout code - uses: actions/checkout@v2 - - # Runs the Super-Linter action - - name: Run Super-Linter - uses: github/super-linter@v4.8.4 - env: - DEFAULT_BRANCH: master - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - FILTER_REGEX_EXCLUDE: .*vendor/.* diff --git a/README.md b/README.md index d31bab371..2d7ebc1ae 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ # confd [![Integration Tests](https://github.com/abtreece/confd/actions/workflows/integration-tests.yml/badge.svg)](https://github.com/abtreece/confd/actions/workflows/integration-tests.yml) -[![Super-Linter](https://github.com/abtreece/confd/workflows/Super-Linter/badge.svg)](https://github.com/abtreece/confd/actions/workflows/superlinter.yml) [![CodeQL](https://github.com/abtreece/confd/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/abtreece/confd/actions/workflows/codeql-analysis.yml)