Skip to content

Commit 1d5e89e

Browse files
committed
maybe fix ci
1 parent 1926b57 commit 1d5e89e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88

99
jobs:
1010
deno:
11-
name: service-store
11+
name: ci
1212
if: |
1313
github.event_name == 'push' ||
1414
!startsWith(github.event.pull_request.head.label, 'denoland:')
@@ -23,6 +23,9 @@ jobs:
2323
with:
2424
deno-version: canary
2525

26+
- name: install
27+
run: deno install
28+
2629
- name: fmt
2730
run: deno fmt --check
2831

0 commit comments

Comments
 (0)