Skip to content

Commit 657543a

Browse files
committed
rename actions
1 parent e745684 commit 657543a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codespell.yml renamed to .github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Codespell configuration is within .codespellrc
22
---
3-
name: Codespell
3+
name: Spellcheck
44

55
on:
66
push:

.github/workflows/js.yml renamed to .github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: tests
1+
name: Tests
22

33
on:
44
- push

0 commit comments

Comments
 (0)