Skip to content

Commit

Permalink
ci: drop super-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Jul 17, 2023
1 parent 82eb435 commit 7878f47
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 52 deletions.
5 changes: 0 additions & 5 deletions .github/linters/.gitleaks.toml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/linters/.jscpd.json

This file was deleted.

11 changes: 0 additions & 11 deletions .github/linters/.markdown-lint.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/linters/.yaml-lint.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,6 @@ permissions:
contents: read

jobs:
super-linter:
name: Super Linter
runs-on: ubuntu-latest

steps:
- name: Repository checkout
uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5
with:
fetch-depth: 0

- name: Lint Code Base
uses: github/super-linter@bb2d833b08b6c288608686672b93a8a4589cdc49
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
VALIDATE_TYPESCRIPT_STANDARD: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

lint:
name: Linters
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7878f47

Please sign in to comment.