瀏覽代碼

rename actions

Hakim El Hattab 1 月之前
父節點
當前提交
657543ac96
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/spellcheck.yml
  2. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/codespell.yml → .github/workflows/spellcheck.yml

@@ -1,6 +1,6 @@
 # Codespell configuration is within .codespellrc
 ---
-name: Codespell
+name: Spellcheck
 
 on:
   push:

+ 1 - 1
.github/workflows/js.yml → .github/workflows/test.yml

@@ -1,4 +1,4 @@
-name: tests
+name: Tests
 
 on:
   - push