Skip to content

Commit

Permalink
chore: put back megalinter, just disable klint
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian G <cristian.castro@iohk.io>
  • Loading branch information
cristianIOHK committed Jul 17, 2024
1 parent c958085 commit 38aa6f8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38aa6f8

Please sign in to comment.