Skip to content

Commit 11c93fd

Browse files
committed
ci(publish): add check step before publish ♻️
1 parent 69eae28 commit 11c93fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@ jobs:
1818
with:
1919
deno-version: v2.5.4
2020

21+
- name: Check package
22+
run: deno check src/index.ts
23+
2124
- name: Publish package
2225
run: deno publish

0 commit comments

Comments
 (0)