From 38aa6f8dedd0c214f5c18ac0c4c444491e4fa45a Mon Sep 17 00:00:00 2001 From: Cristian G Date: Wed, 17 Jul 2024 14:21:34 -0400 Subject: [PATCH] chore: put back megalinter, just disable klint Signed-off-by: Cristian G --- .github/workflows/lint.yml | 46 +++++++++++++++++++------------------- .mega-linter.yml | 2 +- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 423f923db..99b551dd8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,23 +1,23 @@ -#--- -#name: MegaLinter -# -#on: -# pull_request: -# -#jobs: -# lint: -# name: Lint project -# runs-on: ubuntu-latest -# steps: -# - name: Checkout Code -# uses: actions/checkout@v4 -# -# - name: Mega-Linter -# uses: oxsecurity/megalinter@v7 -# -# - name: Archive production artifacts -# if: success() || failure() -# uses: actions/upload-artifact@v4 -# with: -# name: Mega-Linter reports -# path: megalinter-reports +--- +name: MegaLinter + +on: + pull_request: + +jobs: + lint: + name: Lint project + runs-on: ubuntu-latest + steps: + - name: Checkout Code + uses: actions/checkout@v4 + + - name: Mega-Linter + uses: oxsecurity/megalinter@v7 + + - name: Archive production artifacts + if: success() || failure() + uses: actions/upload-artifact@v4 + with: + name: Mega-Linter reports + path: megalinter-reports diff --git a/.mega-linter.yml b/.mega-linter.yml index 3f1b295c9..4e49e5ba0 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -4,7 +4,7 @@ FILTER_REGEX_EXCLUDE: (tests/) VALIDATE_ALL_CODEBASE: false ENABLE_LINTERS: - - KOTLIN_KTLINT +# - KOTLIN_KTLINT - GHERKIN_GHERKIN_LINT - ACTION_ACTIONLINT - MARKDOWN_MARKDOWN_TABLE_FORMATTER