Skip to content

fix: Issue #5286: Add some words that start with "un" to the US dictionary #5664

fix: Issue #5286: Add some words that start with "un" to the US dictionary

fix: Issue #5286: Add some words that start with "un" to the US dictionary #5664

Workflow file for this run

name: cspell-action
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- uses: streetsidesoftware/cspell-action@v6.2.0