Skip to content

Commit 540a1c8

Browse files
Update package-lock and build badge
1 parent e338045 commit 540a1c8

File tree

3 files changed

+2260
-577
lines changed

3 files changed

+2260
-577
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version: 14.x
3030

3131
- name: Install dependencies
32-
run: npm install --locked
32+
run: npm ci
3333

3434
- name: Build extension
3535
run: npm run build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Redcode Syntax highlighting
22

33
[![Latest release](https://img.shields.io/visual-studio-marketplace/v/corewa-rs.redcode?logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=corewa-rs.redcode)
4-
[![Build status](https://img.shields.io/github/workflow/status/corewa-rs/corewa_rs/ci/develop)](https://github.com/corewa-rs/vscode-redcode/actions)
4+
[![Build status](https://img.shields.io/github/actions/workflow/status/corewa-rs/vscode-redcode/ci.yml?branch=develop)](https://github.com/corewa-rs/vscode-redcode/actions)
55

66
Basic syntax highlighting for Redcode, the language used in [Core Wars](https://corewa.rs).
77

0 commit comments

Comments
 (0)