File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
1
2
# ##########################
2
3
# ##########################
3
4
# # Linter GitHub Actions ##
26
27
jobs :
27
28
build :
28
29
# Name the Job
29
- name : Lint Code Base
30
+ name : Megalint Code Base
30
31
# Set the agent to run on
31
32
runs-on : ubuntu-latest
32
33
47
48
# Run Linter against code base #
48
49
# ###############################
49
50
- name : Lint Code Base
50
- uses : github/super -linter@v4
51
+ uses : nvuillam/mega -linter@v4
51
52
env :
52
53
VALIDATE_ALL_CODEBASE : false
53
54
DEFAULT_BRANCH : main
54
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
55
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
56
+
57
+ # Upload Mega-Linter artifacts. They will be available on Github action page "Artifacts" section
58
+ - name : Archive production artifacts
59
+ if : ${{ success() }} || ${{ failure() }}
60
+ uses : actions/upload-artifact@v2
61
+ with :
62
+ name : Mega-Linter reports
63
+ path : |
64
+ report
65
+ mega-linter.log
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
4
4
![ Awesomebot] ( https://github.com/unixorn/lima-xbar-plugin/actions/workflows/awesomebot.yml/badge.svg )
5
- ![ Superlinter ] ( https://github.com/unixorn/lima-xbar-plugin/actions/workflows/superlinter .yml/badge.svg )
5
+ ![ Megalinter ] ( https://github.com/unixorn/lima-xbar-plugin/actions/workflows/megalinter .yml/badge.svg )
6
6
![ codeql] ( https://github.com/unixorn/lima-xbar-plugin/actions/workflows/codeql-analysis.yml/badge.svg )
7
7
[ ![ GitHub stars] ( https://img.shields.io/github/stars/unixorn/lima-xbar-plugin.svg )] ( https://github.com/unixorn/lima-xbar-plugin/stargazers )
8
8
You can’t perform that action at this time.
0 commit comments