This repository was archived by the owner on May 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 22
22
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23
23
uses :
lycheeverse/[email protected]
24
24
with :
25
- args : --no-progress --exclude-path CHANGELOG.md --exclude-all-private --exclude 'GITHUB_SHA%7D|_VERSION%7D|_TYPE%7D' -- './**/*.md'
25
+ args : --no-progress --exclude-path CHANGELOG.md --exclude-all-private --exclude 'GITHUB_SHA%7D|_VERSION%7D|_TYPE%7D' .
26
26
fail : true
Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ name: Lint Code Base
17
17
on :
18
18
workflow_dispatch :
19
19
push :
20
- branches-ignore :
21
- - main
22
20
23
21
# ##############
24
22
# Set the Job #
@@ -44,11 +42,11 @@ jobs:
44
42
# Run Linter against code base #
45
43
# ###############################
46
44
- name : Lint Code Base
47
- uses : docker://ghcr.io/ github/super-linter: slim- v4
45
+ uses : github/super-linter/ slim@ v4
48
46
env :
49
47
FILTER_REGEX_EXCLUDE : " (CHANGELOG.md)"
50
48
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
51
49
LINTER_RULES_PATH : .
52
- VALIDATE_ALL_CODEBASE : false
50
+ VALIDATE_ALL_CODEBASE : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
53
51
VALIDATE_ANSIBLE : false
54
52
VALIDATE_JSCPD : false
Original file line number Diff line number Diff line change @@ -4,13 +4,6 @@ name: MegaLinter
4
4
on :
5
5
workflow_dispatch :
6
6
push :
7
- branches-ignore :
8
- - main
9
-
10
- env :
11
- APPLY_FIXES : all
12
- APPLY_FIXES_EVENT : pull_request
13
- APPLY_FIXES_MODE : commit
14
7
15
8
concurrency :
16
9
group : ${{ github.ref }}-${{ github.workflow }}
Original file line number Diff line number Diff line change 24
24
paths :
25
25
- " .github/renovate.json5"
26
26
schedule :
27
- - cron : " 0 * * * *"
27
+ - cron : " 4 4 * * *"
28
28
29
29
env :
30
30
LOG_LEVEL : info
You can’t perform that action at this time.
0 commit comments