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@v6
with:
config: .vscode/cspell.json
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
.DS_Store

# Visual Studio code
.vscode/*
!.vscode/cspell.json
*.code-workspace
.history
18 changes: 18 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
// 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": [
"Senzing",
"CODEOWNER",
"ICLA",
"CCLA",
"gerble",
"gazoink"
],
"ignorePaths": [
".git/**"
]
}
17 changes: 9 additions & 8 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Welcome to the Senzing Garage

If you are beginning your journey with
[Senzing](https://senzing.com/),
please start with
[Senzing Quick Start guides](https://docs.senzing.com/quickstart/).
If you are beginning your journey with [Senzing],
please start with [Senzing Quick Start guides].

The **Senzing Garage** is where projects are "tinkered" on.
Although these GitHub repositories may help you understand various approaches to using Senzing,
they are not considered to be "production ready" and are not considered to be part of the Senzing product.
Heck, they may not even be appropriate for your application of Senzing!

For assistance with any **Senzing Garage** repository,
use the repository's
[GitHub Discusssions](https://github.com/features/discussions)
for general discussions or
[GitHub Issues](https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue)
use the repository's [GitHub Discussions]
for general discussions or [GitHub Issues]
to report a bug or make a feature request.

[GitHub Discussions]: https://github.com/features/discussions
[GitHub Issues]: https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue
[Senzing]: https://senzing.com/
[Senzing Quick Start guides]: https://docs.senzing.com/quickstart/