removed emojies
This commit is contained in:
8
.github/workflows/spellcheck.yaml
vendored
8
.github/workflows/spellcheck.yaml
vendored
@@ -1,11 +1,11 @@
|
||||
name: '🧑🏫 Spellcheck'
|
||||
name: 'Spellcheck'
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
spellcheck:
|
||||
name: '🧑🏫 Spellcheck'
|
||||
name: 'Spellcheck'
|
||||
# Only run the workflow if it's not a PR or if it's a PR from a fork.
|
||||
# This prevents duplicate workflows from running on PR's that originate
|
||||
# from the repository itself.
|
||||
@@ -16,10 +16,10 @@ jobs:
|
||||
working-directory: '.'
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
name: 🧾 Checkout
|
||||
name: Checkout
|
||||
|
||||
- uses: streetsidesoftware/cspell-action@v8
|
||||
name: 📝 Check Spelling
|
||||
name: Check Spelling
|
||||
with:
|
||||
config: './cspell.json'
|
||||
incremental_files_only: false
|
||||
|
||||
Reference in New Issue
Block a user