File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
src/export_command/wikimedia_function Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ # ###############################################################################################
2
+ # Copyright (c) Rowe Wilson Frederisk Holme. All rights reserved.
3
+ # Licensed under the MIT License. See License.txt in the project root for license information.
4
+ # ###############################################################################################
5
+
6
+ ---
1
7
name : Build
2
8
3
9
on :
Original file line number Diff line number Diff line change 12
12
# We have attempted to detect the languages in your repository. Please check
13
13
# the `language` matrix defined below to confirm you have the correct set of
14
14
# supported CodeQL languages.
15
- #
15
+
16
16
---
17
17
name : " CodeQL"
18
18
Original file line number Diff line number Diff line change 6
6
[ ![ GitHub: wikitext extension] ( https://img.shields.io/badge/GitHub-wikitext-yellow )] ( https://github.com/Frederisk/Wikitext-VSCode-Extension )
7
7
[ ![ Toolhub: wikitext extension] ( https://img.shields.io/badge/Toolhub-wikitext_extension-36C )] ( https://toolhub.wikimedia.org/tools/wikitext-vscode-extension )
8
8
9
- [ ![ Build status ] ( https://ci.appveyor. com/api/projects/status/25okygmf42atyvi0? svg=true )] ( https://ci.appveyor. com/project/ Frederisk/wikitext-vscode-extension )
9
+ [ ![ Build] ( https://github. com/Frederisk/Wikitext-VSCode-Extension/actions/workflows/build-test.yaml/badge. svg )] ( https://github. com/Frederisk/Wikitext-VSCode-Extension/actions/workflows/build-test.yaml )
10
10
[ ![ GitHub Actions CodeQL] ( https://github.com/Frederisk/Wikitext-VSCode-Extension/actions/workflows/codeql-analysis.yml/badge.svg/ )] ( https://github.com/Frederisk/Wikitext-VSCode-Extension/actions?query=workflow%3ACodeQL )
11
11
[ ![ CodeFactor Status] ( https://www.codefactor.io/repository/github/frederisk/wikitext-vscode-extension/badge )] ( https://www.codefactor.io/repository/github/frederisk/wikitext-vscode-extension )
12
12
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export async function getPreview(): Promise<void> {
46
46
47
47
const viewerTitle = "WikitextPreviewer" ;
48
48
49
- // if no panel, creat one
49
+ // if no panel, create one
50
50
if ( ! previewCurrentPanel ) {
51
51
// if have not, try to creat new one.
52
52
previewCurrentPanel = vscode . window . createWebviewPanel (
You can’t perform that action at this time.
0 commit comments