Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
sherpaonnx
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
thewh1teagle
2024-12-20 09:07:45 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-12-20 15:07:45 +0800
Commit
7192e576a9296ed6cfc63aab32bda37036892811
7192e576
1 parent
86381e12
feat: add checksum action (#1632)
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
20 行增加
和
0 行删除
.github/workflows/checksum.yaml
.github/workflows/checksum.yaml
0 → 100644
查看文件 @
7192e57
name
:
Create checksum
on
:
schedule
:
-
cron
:
"
0
1
*
*
*"
# Runs at 1:00 AM UTC daily
workflow_dispatch
:
jobs
:
checksum
:
runs-on
:
macos-latest
strategy
:
matrix
:
tag
:
[
null
,
asr-models
,
tts-models
,
kws-models
,
speaker-recongition-models
,
audio-tagging-models
,
punctuation-models
]
steps
:
-
name
:
Run checksum action
uses
:
thewh1teagle/checksum@v1
with
:
tag
:
${{ matrix.tag }}
env
:
GH_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
...
...
请
注册
或
登录
后发表评论