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