Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/spellcheck.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: spellcheck

on:
pull_request:
branches: [main]

permissions:
contents: read

jobs:
spellcheck:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- uses: streetsidesoftware/cspell-action@v7
with:
config: .vscode/cspell.json
64 changes: 64 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
// Version of the setting file. Always 0.2
"version": "0.2",
// language - current active spelling language
"language": "en",
// words - list of words to be always considered correct
"words": [
"CCLA",
"CODEOWNER",
"CONFIGPATH",
"ICLA",
"loadx",
"myhost",
"mysenzproj",
"RESOURCEPATH",
"Senzing",
"SUPPORTPATH",
"schemaname",
"configparser",
"cfgp",
"optionxform",
"shuf",
"terashuf",
"unresolve",
"Rotorville",
"redoer",
"Retryable",
"pylint",
"stackoverflow",
"pydevproject",
"analysing",
"shellcheck",
"fstring",
"simplifiable",
"senzingapi",
"ipython",
"virtualenv",
"venv",
"rootfs",
"PYTHONPATH",
"PYTHONUNBUFFERED",
"toplevel",
"alnum",
"watchlist",
"Addx",
"Truthset",
"srccode",
"Dlalas",
"MDMPER",
"Rotchester",
"Makio",
"Yamanaka",
"AUNA",
"Xlas",
"HAUPTMAN"
],
"ignorePaths": [
".git/**",
".gitignore",
"Resources/License/**",
"Resources/Data/**",
"Resources/Configs/**"
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ When used with a container, the JSON configuration is relative to the paths with

✏️You only need to modify the `CONNECTION` string to point to your Senzing database.

### Usage for Dccker usage
### Usage for Docker usage

1. Clone this repository
1. Export the engine configuration environment variable
Expand Down
2 changes: 1 addition & 1 deletion rootfs/app/healthcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ NOT_OK=1

# Tests.

echo "Doing healthtest."
echo "Doing health test."

exit ${OK}