diff --git a/.cspell.json b/.cspell.json index 5d4cc75..b21fe27 100644 --- a/.cspell.json +++ b/.cspell.json @@ -37,7 +37,20 @@ "SonarCloud", "sonarcloud", "sonarmark", - "sarifmark" + "sarifmark", + "SPDXID", + "ntia", + "NTIA", + "Ntia", + "NOASSERTION", + "SPDXJSON", + "Neko", + "Cyper", + "Doap", + "DOAP", + "Protecode", + "acmecorp", + "acmenator" ], "ignorePaths": [ "**/*.spdx.json", diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 28ca77e..d77d8d1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,6 +28,7 @@ jobs: uses: streetsidesoftware/cspell-action@v8 with: files: '**/*.{md,cs}' + incremental_files_only: false - name: Run YAML linter uses: ibiqlik/action-yamllint@v3