Skip to content

Commit a40053d

Browse files
committed
Update CI, prettierignore, and README wording
Minor repository tweaks: use consistent double quotes in the spellcheck workflow name, disable VALIDATE_NATURAL_LANGUAGE in the super-linter workflow, add .cspell.json to .prettierignore to avoid formatting the spellcheck config, and change README text to refer to the localStorage API.
1 parent 91409b8 commit a40053d

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: 'Check spelling'
2+
name: "Check spelling"
33
on:
44
push:
55
branches: [main]

.github/workflows/super-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ jobs:
4040
VALIDATE_HTML_PRETTIER: false
4141
VALIDATE_JSCPD: false
4242
VALIDATE_MARKDOWN: false
43+
VALIDATE_NATURAL_LANGUAGE: false

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
*.min.*
1+
*.min.*
2+
.cspell.json

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Add a dark-mode theme toggle with a Bootstrap Custom Switch.
1111

12-
- Uses local storage to save preference
12+
- Uses localStorage to save preference
1313
- Only 383 Bytes minified and gzipped!
1414

1515
## Quick start

0 commit comments

Comments
 (0)