Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
ci: 新增模組清單標示收錄數量
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Jan 28, 2023
1 parent ebaa324 commit 5af537e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/assets_folder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

make_file () {
file_name=ModsList.md
mods_count=$(ls assets/ | wc -l)
touch $file_name
{
echo "# 模組清單"
echo ""
echo "此清單用於記錄模組翻譯回饋回該模組專案的記錄"
echo ""
echo "目前已收錄 ``$mods_count`` 個模組"
echo ""
echo "| 模組名稱 | 貢獻 | PR | 翻譯變動 |"
echo "| ------ | ------ | ------ | ------ |"
} > $file_name
Expand Down

0 comments on commit 5af537e

Please sign in to comment.