File tree Expand file tree Collapse file tree 4 files changed +51
-27
lines changed Expand file tree Collapse file tree 4 files changed +51
-27
lines changed Original file line number Diff line number Diff line change
1
+ name : Validate-YAML-Core-Concept-List
2
+
3
+ on :
4
+ push :
5
+ branches : [ main ]
6
+ paths : ['_data/core.yml']
7
+ pull_request :
8
+ branches : [ main ]
9
+ paths : ['_data/core.yml']
10
+
11
+ jobs :
12
+ validate-yaml-core-concept-list :
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - uses : actions/checkout@v2
16
+ - name : Validate YAML intent lists
17
+ run : yamllint -c _data/_config_yamllint.yml _data/core.yml
Original file line number Diff line number Diff line change
1
+ name : Validate-YAML-Core-Properties-List
2
+
3
+ on :
4
+ push :
5
+ branches : [ main ]
6
+ paths : ['_data/core-properties.yml']
7
+ pull_request :
8
+ branches : [ main ]
9
+ paths : ['_data/core-properties.yml']
10
+
11
+ jobs :
12
+ validate-yaml-core-properties-concept-list :
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - uses : actions/checkout@v2
16
+ - name : Validate YAML intent lists
17
+ run : yamllint -c _data/_config_yamllint.yml _data/core-properties.yml
Original file line number Diff line number Diff line change
1
+ name : Validate-YAML-Open-Concept-List
2
+
3
+ on :
4
+ push :
5
+ branches : [ main ]
6
+ paths : ['_data/open.yml']
7
+ pull_request :
8
+ branches : [ main ]
9
+ paths : ['_data/open.yml']
10
+
11
+ jobs :
12
+ validate-yaml-open-concept-list :
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - uses : actions/checkout@v2
16
+ - name : Validate YAML intent lists
17
+ run : yamllint -c _data/_config_yamllint.yml _data/open.yml
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments