File tree Expand file tree Collapse file tree 3 files changed +2260
-577
lines changed Expand file tree Collapse file tree 3 files changed +2260
-577
lines changed Original file line number Diff line number Diff line change 29
29
node-version : 14.x
30
30
31
31
- name : Install dependencies
32
- run : npm install --locked
32
+ run : npm ci
33
33
34
34
- name : Build extension
35
35
run : npm run build
Original file line number Diff line number Diff line change 1
1
# Redcode Syntax highlighting
2
2
3
3
[ ![ 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 )
5
5
6
6
Basic syntax highlighting for Redcode, the language used in [ Core Wars] ( https://corewa.rs ) .
7
7
You can’t perform that action at this time.
0 commit comments