mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 14:03:24 +00:00
chore(workflows): update spell check
This commit is contained in:
4
.github/project-words.txt
vendored
4
.github/project-words.txt
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/spell-check.yml
vendored
2
.github/workflows/spell-check.yml
vendored
@@ -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/**"
|
||||
Reference in New Issue
Block a user