Skip to content

Commit

Permalink
fix: Workflow Bot -- Build Dictionaries (#3994)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent f088033 commit 2dd2517
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ Various [cspell](https://github.com/streetsidesoftware/cspell) dictionaries. Eac
- [.Net](dictionaries/dotnet) - .Net keywords Dictionary. <sup>1</sup>
- [Ada](dictionaries/ada) - Ada Language Dictionary <sup>1</sup>
- [AL](dictionaries/al) - AL (Microsoft Business Central) Dictionary <sup>1</sup>
- [bash](dictionaries/bash) - Bash dictionary. <sup>1</sup>
- [C/C++](dictionaries/cpp) - C/C++ Keywords and common library functions. <sup>1</sup>
- [C#](dictionaries/csharp) - C# dictionary. <sup>1</sup>
- [Clojure](dictionaries/clojure) - Clojure dictionary.
Expand Down Expand Up @@ -123,6 +122,7 @@ Various [cspell](https://github.com/streetsidesoftware/cspell) dictionaries. Eac
## Specialized Dictionaries

- [AWS](dictionaries/aws) - AWS dictionary. <sup>1</sup> <sup>2</sup>
- [bash](dictionaries/bash) - Bash dictionary. <sup>1</sup>
- [Cities of Finland](dictionaries/city-names-finland) - List of cities in Finland. <sup>2</sup>
- [Common Public Licenses](dictionaries/public-licenses) - Common Public Licenses dictionary. <sup>1</sup> <sup>2</sup>
- [Company names](dictionaries/companies) - Company names dictionary. <sup>1</sup> <sup>2</sup>
Expand Down Expand Up @@ -157,7 +157,7 @@ Various [cspell](https://github.com/streetsidesoftware/cspell) dictionaries. Eac
| [@cspell/dict-al](./dictionaries/al#readme)<sup>1</sup> | AL | al |
| [@cspell/dict-ar](./dictionaries/ar#readme) | Arabic | ar |
| [@cspell/dict-aws](./dictionaries/aws#readme)<sup>1</sup> | AWS | aws<sup>2</sup> |
| [@cspell/dict-bash](./dictionaries/bash#readme)<sup>1</sup> | bash | bash |
| [@cspell/dict-bash](./dictionaries/bash#readme)<sup>1</sup> | bash | |
| [@cspell/dict-bg-bg](./dictionaries/bg_BG#readme) | Bulgarian | bg-bg |
| [@cspell/dict-ca](./dictionaries/ca#readme) | Catalan | ca |
| [@cspell/dict-city-names-finland](./dictionaries/city-names-finland#readme) | Cities of Finland | city-names-finland<sup>2</sup> |
Expand Down Expand Up @@ -282,7 +282,6 @@ Various [cspell](https://github.com/streetsidesoftware/cspell) dictionaries. Eac
| [`al`](dictionaries/al) <sup>1</sup> | AL Keywords Dictionary | - | al |
| [`ar`](dictionaries/ar) | Arabic dictionary. | ar | - |
| [`aws`](dictionaries/aws) <sup>1</sup> <sup>2</sup> | AWS dictionary. | - | - |
| [`bash`](dictionaries/bash) <sup>1</sup> | Bash dictionary. | - | shellscript |
| [`bash`](dictionaries/shell) | Bash dictionary. | - | bashscript |
| [`bg-bg`](dictionaries/bg_BG) | Bulgarian dictionary. | bg<br>bg-BG | - |
| [`ca`](dictionaries/ca) | Catalan dictionary. | ca | - |
Expand Down
2 changes: 1 addition & 1 deletion static/contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
"login": "Jason3S",
"html_url": "https://github.com/Jason3S",
"avatar_url": "https://avatars.githubusercontent.com/u/3740137?v=4",
"contributions": 1416,
"contributions": 1417,
"type": "User"
},
{
Expand Down
10 changes: 2 additions & 8 deletions static/dictionary-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,8 @@
"packageName": "@cspell/dict-bash",
"description": "Bash dictionary.",
"cspell": true,
"categories": ["programming"],
"dictionaries": [
{
"name": "bash",
"description": "Bash dictionary.",
"fileTypes": ["shellscript"]
}
]
"categories": [],
"dictionaries": []
},
{
"name": "Bulgarian",
Expand Down
5 changes: 2 additions & 3 deletions static/dictionary-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
- [.Net](dictionaries/dotnet) - .Net keywords Dictionary. <sup>1</sup>
- [Ada](dictionaries/ada) - Ada Language Dictionary <sup>1</sup>
- [AL](dictionaries/al) - AL (Microsoft Business Central) Dictionary <sup>1</sup>
- [bash](dictionaries/bash) - Bash dictionary. <sup>1</sup>
- [C/C++](dictionaries/cpp) - C/C++ Keywords and common library functions. <sup>1</sup>
- [C#](dictionaries/csharp) - C# dictionary. <sup>1</sup>
- [Clojure](dictionaries/clojure) - Clojure dictionary.
Expand Down Expand Up @@ -106,6 +105,7 @@
## Specialized Dictionaries

- [AWS](dictionaries/aws) - AWS dictionary. <sup>1</sup> <sup>2</sup>
- [bash](dictionaries/bash) - Bash dictionary. <sup>1</sup>
- [Cities of Finland](dictionaries/city-names-finland) - List of cities in Finland. <sup>2</sup>
- [Common Public Licenses](dictionaries/public-licenses) - Common Public Licenses dictionary. <sup>1</sup> <sup>2</sup>
- [Company names](dictionaries/companies) - Company names dictionary. <sup>1</sup> <sup>2</sup>
Expand Down Expand Up @@ -140,7 +140,7 @@
| [@cspell/dict-al](./dictionaries/al#readme)<sup>1</sup> | AL | al |
| [@cspell/dict-ar](./dictionaries/ar#readme) | Arabic | ar |
| [@cspell/dict-aws](./dictionaries/aws#readme)<sup>1</sup> | AWS | aws<sup>2</sup> |
| [@cspell/dict-bash](./dictionaries/bash#readme)<sup>1</sup> | bash | bash |
| [@cspell/dict-bash](./dictionaries/bash#readme)<sup>1</sup> | bash | |
| [@cspell/dict-bg-bg](./dictionaries/bg_BG#readme) | Bulgarian | bg-bg |
| [@cspell/dict-ca](./dictionaries/ca#readme) | Catalan | ca |
| [@cspell/dict-city-names-finland](./dictionaries/city-names-finland#readme) | Cities of Finland | city-names-finland<sup>2</sup> |
Expand Down Expand Up @@ -265,7 +265,6 @@
| [`al`](dictionaries/al) <sup>1</sup> | AL Keywords Dictionary | - | al |
| [`ar`](dictionaries/ar) | Arabic dictionary. | ar | - |
| [`aws`](dictionaries/aws) <sup>1</sup> <sup>2</sup> | AWS dictionary. | - | - |
| [`bash`](dictionaries/bash) <sup>1</sup> | Bash dictionary. | - | shellscript |
| [`bash`](dictionaries/shell) | Bash dictionary. | - | bashscript |
| [`bg-bg`](dictionaries/bg_BG) | Bulgarian dictionary. | bg<br>bg-BG | - |
| [`ca`](dictionaries/ca) | Catalan dictionary. | ca | - |
Expand Down

0 comments on commit 2dd2517

Please sign in to comment.