cspell-action icon indicating copy to clipboard operation
cspell-action copied to clipboard

GitHub Action: Check Spelling

Results 39 cspell-action issues
Sort by recently updated
recently updated
newest added

# Update Dependencies **Type:** ci ## Selected Diffs ```````diff diff --git a/package.json b/package.json index 4aa8cb4..94b867b 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@vitest/coverage-istanbul": "^1.6.0", "env-cmd": "^10.1.0", "eslint": "^9.2.0",...

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.20.2 to 0.21.1. Release notes Sourced from esbuild's releases. v0.21.1 Fix a regression with --keep-names (#3756) The previous release introduced a regression with the --keep-names setting and...

dependencies
javascript

Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.5.0 to 17.5.1. Release notes Sourced from eslint-plugin-n's releases. v17.5.1 17.5.1 (2024-05-07) 🩹 Fixes Add supported version to Buffer constructor (#266) (030f51b) Changelog Sourced from eslint-plugin-n's changelog....

dependencies
javascript

:robot: I have created a release *beep* *boop* --- ## [6.3.0](https://github.com/streetsidesoftware/cspell-action/compare/v6.2.0...v6.3.0) (2024-05-07) ### Features * Update CSpell version (8.8.0) ([#1704](https://github.com/streetsidesoftware/cspell-action/issues/1704)) ([d598785](https://github.com/streetsidesoftware/cspell-action/commit/d598785edd589843609e763aedc9d2d4674c3466)) ### Updates and Bug Fixes * Update Dictionaries and...

autorelease: pending

I see `cspell.json` referenced and I assume it is the config file but no documentation on it in the ReadMe. Where should the file be? How can I exclude words...

This action is especially convenient for spell checking projects where installing a first Node.js package solely for the purpose of spell checking is difficult to justify. It would be ideal...

## Problem summary Words added via `flagWords` are detected as "unknown word" and there is no suggestions despite having configured some in the settings file. ## Details As per https://streetsidesoftware.com/vscode-spell-checker/docs/configuration/#cspellflagwords,...

enhancement

## Description Can't use `cspell.json` from a URL. **To Reproduce** 1. Create a minimal `cspell-action.yml` in a repo (note the `config:` param) : ```yaml name: 'cspell-action-test' on: pull_request: push: workflow_dispatch:...

enhancement

It appears that 10 is the maximum number of spelling mistakes that can appear in the action summary, and there's no way to increase it. For example, the following run...

EX: https://github.com/xt0rted/markdownlint-problem-matcher/blob/master/.github/problem-matcher.json The matcher needs to be registered as part of the action rather than manually added to repos registered like https://github.com/dotnet/docs/blob/c3a769228cb87c7394a5baaffc7a28f6d1fc24bd/.github/workflows/markdownlint.yml#L30 Here are the registration lines from that repo...