Skip to content

Commit c3ed002

Browse files
Bump streetsidesoftware/cspell-action from 2 to 6 in the github-actions group (RustPython#5646)
* Bump streetsidesoftware/cspell-action in the github-actions group Bumps the github-actions group with 1 update: [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action). Updates `streetsidesoftware/cspell-action` from 2 to 6 - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](streetsidesoftware/cspell-action@v2...v6) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> * Update .github/workflows/ci.yaml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeong, YunWon <69878+youknowone@users.noreply.github.com>
1 parent f6a9754 commit c3ed002

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,10 @@ jobs:
313313
runs-on: ubuntu-latest
314314
steps:
315315
- uses: actions/checkout@v4
316+
- name: install extra dictionaries
317+
run: npm install @cspell/dict-en_us @cspell/dict-cpp @cspell/dict-python @cspell/dict-rust @cspell/dict-win32 @cspell/dict-shell
316318
- name: spell checker
317-
uses: streetsidesoftware/cspell-action@v2
319+
uses: streetsidesoftware/cspell-action@v6
318320
with:
319321
files: '**/*.rs'
320322
incremental_files_only: true

0 commit comments

Comments
 (0)