Selaa lähdekoodia

rename actions

Hakim El Hattab 1 kuukausi sitten
vanhempi
commit
657543ac96
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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
 # Codespell configuration is within .codespellrc
 ---
 ---
-name: Codespell
+name: Spellcheck
 
 
 on:
 on:
   push:
   push:

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

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