We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9998058 commit ca790adCopy full SHA for ca790ad
1 file changed
.github/workflows/test.yml
@@ -24,15 +24,8 @@ jobs:
24
- name: "Install"
25
run: "pnpm install"
26
27
- # 压缩图片
28
- - name: "图片压缩"
29
- uses: calibreapp/image-actions@main
30
- with:
31
- githubToken: ${{ secrets.GITHUB_TOKEN }}
32
- jpegQuality: '80'
33
- pngQuality: '80'
34
- webpQuality: '80'
35
- ignorePaths: 'node_modules/**'
+ # 已移除工作流压缩
+
36
# 检查Markdown
37
- name: "MarkdownLint Check"
38
uses: DavidAnson/markdownlint-cli2-action@v20
0 commit comments