Skip to content

Commit

Permalink
feat: 修改 check 工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
long-woo committed Aug 28, 2024
1 parent f99ba71 commit 0cbe9d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
uses: denoland/setup-deno@1.4.0
with:
deno-version: v1.x

# 处理 deno compile 静态资源不打包
# shared/template 目录文件,转换为 js 文件
- name: 处理 deno compile 静态资源不打包
run: deno task pack

# Uncomment this step to verify the use of 'deno fmt' on each commit.
- name: Verify formatting
Expand Down

0 comments on commit 0cbe9d9

Please sign in to comment.