Skip to content

Commit 1394bfd

Browse files
ci: update megalinter to version 7
Version 7 includes cljstyle in CLOJURE tools
1 parent fb1ee1e commit 1394bfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/megalinter.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name: MegaLinter
77
on:
88
workflow_dispatch:
99
pull_request:
10-
branches: [main]
10+
branches: [ main ]
1111
push:
12-
branches: [main]
12+
branches: [ main ]
1313

1414
# Run Linters in parallel
1515
# Cancel running job if new job is triggered
@@ -38,7 +38,7 @@ jobs:
3838
- name: MegaLinter Run
3939
id: ml
4040
## latest release of major version
41-
uses: oxsecurity/megalinter/flavors/java@v6
41+
uses: oxsecurity/megalinter/flavors/java@v7
4242
env:
4343
# ADD CUSTOM ENV VARIABLES OR DEFINE IN MEGALINTER_CONFIG file
4444
MEGALINTER_CONFIG: .github/config/megalinter.yaml

0 commit comments

Comments
 (0)