Skip to content

Commit 4061987

Browse files
committed
Update readme
1 parent 0343dbd commit 4061987

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/workflows/build-test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
---
17
name: Build
28

39
on:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# We have attempted to detect the languages in your repository. Please check
1313
# the `language` matrix defined below to confirm you have the correct set of
1414
# supported CodeQL languages.
15-
#
15+
1616
---
1717
name: "CodeQL"
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![GitHub: wikitext extension](https://img.shields.io/badge/GitHub-wikitext-yellow)](https://github.com/Frederisk/Wikitext-VSCode-Extension)
77
[![Toolhub: wikitext extension](https://img.shields.io/badge/Toolhub-wikitext_extension-36C)](https://toolhub.wikimedia.org/tools/wikitext-vscode-extension)
88

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)
1010
[![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)
1111
[![CodeFactor Status](https://www.codefactor.io/repository/github/frederisk/wikitext-vscode-extension/badge)](https://www.codefactor.io/repository/github/frederisk/wikitext-vscode-extension)
1212

src/export_command/wikimedia_function/view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export async function getPreview(): Promise<void> {
4646

4747
const viewerTitle = "WikitextPreviewer";
4848

49-
// if no panel, creat one
49+
// if no panel, create one
5050
if (!previewCurrentPanel) {
5151
// if have not, try to creat new one.
5252
previewCurrentPanel = vscode.window.createWebviewPanel(

0 commit comments

Comments
 (0)