Skip to content

Commit 2ec66ad

Browse files
committed
Fix repository path
1 parent 538548c commit 2ec66ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: deno
1+
name: Test
22

33
env:
44
DENO_VERSION: 1.x

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# 🐜 denops_std
22

3-
[![deno](https://github.com/vim-denops/denops-std-deno/workflows/deno/badge.svg)](https://github.com/vim-denops/denops-std-deno/actions?query=workflow%3Adeno)
4-
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/denops_std/mod.ts)
53
[![deno land](http://img.shields.io/badge/available%20on-deno.land/x-lightgrey.svg?logo=deno)](https://deno.land/x/denops_std)
4+
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/denops_std/mod.ts)
5+
[![Test](https://github.com/vim-denops/deno-denops-std/workflows/Test/badge.svg)](https://github.com/vim-denops/deno-denops-std/actions?query=workflow%3ATest)
66

77
[Deno][deno] module for [denops.vim][denops.vim]. This module is assumed to be
88
used in denops plugin and the code is assumed to be called in a worker thread

0 commit comments

Comments
 (0)