Skip to content

Commit

Permalink
content: add about computing page
Browse files Browse the repository at this point in the history
  • Loading branch information
youwen5 committed Jun 24, 2024
1 parent 3029d64 commit 72772e2
Show file tree
Hide file tree
Showing 2 changed files with 2,866 additions and 2,112 deletions.
Loading

1 comment on commit 72772e2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log or 📝 job summary for details.

Unrecognized words (8)

Alacritty
Hyprland
nixos
nixpkgs
numtide
RTX
stdenv
zellij

Previously acknowledged words that are now absent aashutoshrathi ampproject cliui eabi formatjs gnueabihf humanwhocodes isaacs jridgewell localematcher mapbox nft nodelib pkgjs pluginutils regexpp swc ungap 🫥
To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands

... in a clone of the [email protected]:youwen5/coredump.git repository
on the add-aboutme branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/youwen5/coredump/actions/runs/9643290092/attempts/1'
Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary

This includes both expected items (205) from .github/actions/spelling/expect.txt and unrecognized words (8)

Dictionary Entries Covers Uniquely
cspell:k8s/dict/k8s.txt 153 2 2
cspell:ruby/dict/ruby.txt 157 1 1

Consider adding them (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

      with:
        extra_dictionaries:
          cspell:k8s/dict/k8s.txt
          cspell:ruby/dict/ruby.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

check_extra_dictionaries: ''

Please sign in to comment.