Skip to content

Commit

Permalink
remove super-linter from github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ckaserer committed Oct 20, 2021
1 parent 268592e commit b12e553
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/1-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,6 @@ jobs:
- name: Run pre-commit
uses: pre-commit/[email protected]

super-linter:
name: Github Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2

- name: Lint Code Base with github super-linter
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: true
FILTER_REGEX_EXCLUDE: '.*.md'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

yaml-linter:
name: YAML Linter
runs-on: ubuntu-latest
Expand Down Expand Up @@ -100,7 +86,6 @@ jobs:
needs:
- ansible-linter
- pre-commit
- super-linter
- yaml-linter
- molecule
steps:
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/2-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,6 @@ jobs:
- name: Run pre-commit
uses: pre-commit/[email protected]

super-linter:
name: Github Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2

- name: Lint Code Base with github super-linter
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: true
FILTER_REGEX_EXCLUDE: '.*.md'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

yaml-linter:
name: YAML Linter
runs-on: ubuntu-latest
Expand Down Expand Up @@ -98,7 +84,6 @@ jobs:
needs:
- ansible-linter
- pre-commit
- super-linter
- yaml-linter
- molecule
steps:
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/3-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,6 @@ jobs:
- name: Run pre-commit
uses: pre-commit/[email protected]

super-linter:
name: Github Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2

- name: Lint Code Base with github super-linter
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: true
FILTER_REGEX_EXCLUDE: '.*.md'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

yaml-linter:
name: YAML Linter
runs-on: ubuntu-latest
Expand Down Expand Up @@ -102,7 +88,6 @@ jobs:
needs:
- ansible-linter
- pre-commit
- super-linter
- yaml-linter
- molecule
steps:
Expand Down

0 comments on commit b12e553

Please sign in to comment.