Skip to content

Commit e11281f

Browse files
committed
ci: ignore gistr.js fs error
gistr.js only needed for build
1 parent d680765 commit e11281f

File tree

4 files changed

+22
-29
lines changed

4 files changed

+22
-29
lines changed

.github/workflows/pr-autoscan.yml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
actions: read
6565
issues: write
6666
pull-requests: read
67-
67+
6868
steps:
6969

7070
# ---------------------------------------------------------------------------------------
@@ -105,7 +105,7 @@ jobs:
105105
}
106106
}
107107
}
108-
108+
109109
# ---------------------------------------------------------------------------------------
110110
# set issue number
111111
# ---------------------------------------------------------------------------------------
@@ -147,7 +147,7 @@ jobs:
147147
# ---------------------------------------------------------------------------------------
148148
# checkout
149149
# ---------------------------------------------------------------------------------------
150-
150+
151151
- name: "☑️ Checkout"
152152
id: task_autoscan_checkout
153153
uses: actions/checkout@v4
@@ -160,7 +160,7 @@ jobs:
160160
# ---------------------------------------------------------------------------------------
161161
# nodejs
162162
# ---------------------------------------------------------------------------------------
163-
163+
164164
- name: "⚙️ Setup Node"
165165
id: task_autocheck_nodejs
166166
uses: actions/setup-node@v4
@@ -174,7 +174,7 @@ jobs:
174174
uses: tj-actions/changed-files@v44
175175
with:
176176
separator: ","
177-
177+
178178
# ---------------------------------------------------------------------------------------
179179
# list of changed files
180180
# ---------------------------------------------------------------------------------------
@@ -252,7 +252,7 @@ jobs:
252252
}
253253
254254
let date_created = dateTimeformat( date ) + " UTC";
255-
255+
256256
/*
257257
context.payload.pull_request.base.repo.owner.login
258258
*/
@@ -273,18 +273,18 @@ jobs:
273273
| Copied Files | ${{ steps.task_autocheck_changed_files_get.outputs.deleted_files_count }} |
274274
| Deleted Files | ${{ steps.task_autocheck_changed_files_get.outputs.deleted_files_count }} |
275275
`;
276-
276+
277277
message.push ( md_table );
278278
279-
let error_Generic = "\n" +
280-
"- `MyPlugin`\n" +
281-
"- `MyPluginSettings`\n" +
279+
let error_Generic = "\n" +
280+
"- `MyPlugin`\n" +
281+
"- `MyPluginSettings`\n" +
282282
"- `SampleSettings`\n" +
283283
"- `SampleSettingTab`\n" +
284284
"- `SampleModal`\n"
285285
286-
let warn_BadWords = "\n" +
287-
"- `Obsidian`\n" +
286+
let warn_BadWords = "\n" +
287+
"- `Obsidian`\n" +
288288
"- `Settings`\n"
289289
290290
/*
@@ -322,6 +322,7 @@ jobs:
322322
"package-lock.json",
323323
"rollup.config.js",
324324
"index.js",
325+
"gistr.js",
325326
"Docs/",
326327
"tests/"
327328
];
@@ -675,7 +676,7 @@ jobs:
675676
676677
if (context.payload.pull_request.labels.filter( label => label.name === "${{ env.LABEL_CHECK_STATUS_CHGMADE }}" ).length > 0 )
677678
labels.push( "${{ env.LABEL_CHECK_STATUS_CHGMADE }}" );
678-
679+
679680
if ( context.payload.pull_request.labels.filter( label => label.name === "${{ env.LABEL_CHECK_SCAN_SKIPPED }}" ).length > 0 )
680681
labels.push( "${{ env.LABEL_CHECK_SCAN_SKIPPED }}" );
681682
@@ -703,4 +704,4 @@ jobs:
703704
owner: context.repo.owner,
704705
repo: context.repo.repo,
705706
body: message.join('\n'),
706-
} );
707+
} );

tests/Gistr Demo/.obsidian/plugins/gistr/data.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"blk_pad_b": 18,
99
"textwrap": "Enabled",
1010
"notitime": 10,
11-
"ge_enable_updatenoti": true,
1211
"sy_clr_lst_icon": "#757575E6",
1312
"og_clr_bg_light": "#CBCBCB",
1413
"og_clr_bg_dark": "#121315",
@@ -18,24 +17,17 @@
1817
"og_clr_tx_dark": "#CAD3F5",
1918
"og_opacity": 1,
2019
"gh_clr_bg_light": "#E5E5E5",
21-
"gh_clr_bg_dark": "#18191C",
20+
"gh_clr_bg_dark": "#121315",
2221
"gh_clr_sb_light": "#BA4956",
2322
"gh_clr_sb_dark": "#BA496A",
2423
"gh_clr_tx_light": "#2A2626",
2524
"gh_clr_tx_dark": "#CAD3F5",
2625
"gh_opacity": 1,
27-
"ge_enable_ribbon_icons": false,
28-
"sy_enable_ribbon_icons": true,
2926
"sy_enable_autoupdate": true,
3027
"sy_enable_autosave": false,
3128
"sy_enable_autosave_strict": false,
3229
"sy_enable_autosave_notice": false,
3330
"sy_add_frontmatter": false,
34-
"sy_save_list_showall": false,
35-
"sy_save_list_datetime": "MM.DD.YYYY h:m:s a",
3631
"sy_save_duration": 15,
37-
"ge_contextmenu_sorting": [],
38-
"portals": {},
39-
"uuid": "",
4032
"context_sorting": []
4133
}

tests/Gistr Demo/.obsidian/plugins/gistr/main.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Gistr Demo/.obsidian/plugins/gistr/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "gistr",
33
"name": "Gistr",
4-
"version": "1.6.7",
4+
"version": "1.6.8",
55
"minAppVersion": "1.0.0",
66
"description": "Integrate Opengist and Github gists into your notes, allowing you to create, update, and share between your notes and gist services",
77
"author": "Aetherinox",

0 commit comments

Comments
 (0)