Skip to content

Commit 0b5e883

Browse files
authored
Update and rename spellcheck.yml to spelling-check.yml and other changes
1 parent 237e9ee commit 0b5e883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spellcheck.yml renamed to .github/workflows/spelling-check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Spell Check"
1+
name: "Spelling Check"
22

33
on:
44
- push
@@ -13,5 +13,5 @@ jobs:
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
16-
- name: Spell check
16+
- name: Check for misspelt words
1717
uses: crate-ci/[email protected]

0 commit comments

Comments
 (0)