File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7
7
branches : [ "main" ]
8
8
workflow_dispatch :
9
9
10
+ permissions :
11
+ contents : read
12
+
10
13
jobs :
11
14
analyze :
12
15
name : Analyze
Original file line number Diff line number Diff line change 24
24
fetch-depth : 0
25
25
26
26
- name : Lint Code Base
27
- uses : github /super-linter/slim@v6
27
+ uses : super-linter /super-linter/slim@v6
28
28
env :
29
29
DEFAULT_BRANCH : main
30
30
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
34
LOG_LEVEL : NOTICE
35
35
SUPPRESS_POSSUM : true
36
36
VALIDATE_ALL_CODEBASE : false
37
- VALIDATE_CHECKOV : false
38
37
VALIDATE_EDITORCONFIG : false
39
38
VALIDATE_HTML : false
40
39
VALIDATE_JSCPD : false
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ You can change settings globally (**File** > **Preferences** > **User Settings**
87
87
Here's an example using the ` htmlhint.documentSelector ` and ` htmlhint.options ` settings:
88
88
89
89
``` json
90
- "htmlhint.documentSelector: [
90
+ "htmlhint.documentSelector" : [
91
91
" html" ,
92
92
" htm" ,
93
93
" twig"
You can’t perform that action at this time.
0 commit comments