removed emojies
Some checks failed
Spellcheck / Spellcheck (push) Failing after 50s
Tests / Evaluate Tests on ubuntu-latest (push) Failing after 1m1s

This commit is contained in:
2026-04-10 20:26:47 -04:00
parent d605edf6bf
commit 55cc53dad4
4 changed files with 42 additions and 42 deletions

View File

@@ -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