chore(workflows): update spell check

This commit is contained in:
Dan Brodjieski
2025-09-15 13:48:55 -04:00
parent b17f06315e
commit 4b9f51f5e4
2 changed files with 5 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ cupsctl
declarationtype
deidentification
destroyfvkeyonstandby
disa
diskmanagement
diskutil
displaysleep
@@ -58,6 +59,8 @@ exfiltration
facetime
fdesetup
filevault
fips
FIPS
firmwarepasswd
genmoji
Genmoji
@@ -162,6 +165,7 @@ softwareupdate
spoofable
standbydelayhigh
standbydelaylow
stig
startupdisk
sysadminctl
syscall

View File

@@ -24,4 +24,4 @@ jobs:
run: npm install -g cspell@latest
- name: Check spelling
run: npx cspell --config ./cspell.json "**"
run: npx cspell --config ./cspell.json "./rules/**"