File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
# MegaLinter GitHub Action configuration file
3
- # More info at https://megalinter .github.io
3
+ # More info at https://oxsecurity .github.io/megalinter
4
4
name : MegaLinter
5
5
6
6
on :
@@ -35,12 +35,12 @@ jobs:
35
35
- name : MegaLinter
36
36
id : ml
37
37
# You can override MegaLinter flavor used to have faster performances
38
- # More info at https://megalinter .github.io/flavors/
38
+ # More info at https://oxsecurity .github.io/megalinter /flavors/
39
39
uses : oxsecurity/megalinter@v6
40
40
env :
41
41
# All available variables are described in documentation
42
- # https://megalinter .github.io/configuration/
43
- VALIDATE_ALL_CODEBASE : true # Set ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} to validate only diff with main branch
42
+ # https://oxsecurity .github.io/megalinter /configuration/
43
+ VALIDATE_ALL_CODEBASE : true
44
44
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45
45
# ADD YOUR CUSTOM ENV VARIABLES HERE TO OVERRIDE VALUES OF .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY
46
46
51
51
with :
52
52
name : MegaLinter reports
53
53
path : |
54
- report
54
+ megalinter-reports
55
55
mega-linter.log
56
56
57
57
# Create pull request if applicable (for now works only on PR from same repository, not from forks)
You can’t perform that action at this time.
0 commit comments