Skip to content

Commit 2b356bc

Browse files
authored
Merge pull request #1014 from bajrangCoder/workflow-tweaks@2
Added spellchecker command and workflow
2 parents f7613d6 + da3ba38 commit 2b356bc

File tree

12 files changed

+1688
-127
lines changed

12 files changed

+1688
-127
lines changed

.github/workflows/ci.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
spell-check:
9+
name: Check spelling
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@v4
15+
16+
- name: Set up Node.js
17+
uses: actions/setup-node@v4
18+
with:
19+
node-version: "20"
20+
21+
- name: Install cspell
22+
run: npm install -g cspell
23+
24+
- name: Run spell check
25+
run: cspell

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@
217217
- Now it will ask what to do with unsaved files.
218218
- [x] **File changed alert**
219219
- Fixed file changed alert showing up even when file is not changed.
220-
- [x] **X-Plore**
221-
- Fixed file not opening when opened from X-Plore.
220+
- [x] **Explore**
221+
- Fixed file not opening when opened from Explore.
222222
- [x] **Extensions app in sidebar**
223223
- Fixed extensions app's explore not rendering properly.
224224
- [x] **Minor bugs**

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ the consequences for any action they deem in violation of this Code of Conduct:
7373
### 1. Corrections Issues
7474

7575
**Community Impact**: Must Not Use of inappropriate coding language or other hacker behavior deemed
76-
Any professional or manipulative findings like easedroppng hackers, maleware bots, or faulty A.I. that breaks code for attacks against citizens cut-off for those programs and users are rendered fictitious businesses spammers using meta-trans-users causing confusion and corruption problems recirculating systems. Without help fixing these misconducts are responsible with talkback in any encryptions Acode intelligence blocking them from entry to another account. Issues and comments are welcome in the community.
76+
Any professional or manipulative findings like ease dropping hackers, malware bots, or faulty A.I. that breaks code for attacks against citizens cut-off for those programs and users are rendered fictitious businesses spammers using meta-trans-users causing confusion and corruption problems recirculating systems. Without help fixing these misconducts are responsible with talk back in any encryptions Acode intelligence blocking them from entry to another account. Issues and comments are welcome in the community.
7777

7878
**Consequence**: A private, written warning from community leaders, providing
7979
clarity around the nature of the violation and an explanation of why the
@@ -91,7 +91,7 @@ includes avoiding interactions in community spaces as well as external channels
9191
like social media. Violating these terms may lead to a temporary or
9292
permanent ban.
9393

94-
### 3. Temporary Guidance
94+
### 3. Temporary Guidance
9595
**Community Impact**: A serious violation of community standards, including
9696
sustained inappropriate behavior.
9797

@@ -108,7 +108,7 @@ standards, including sustained inappropriate behavior, harassment of an
108108
individual, or aggression toward or disparagement of classes of individuals.
109109

110110
**Consequence**: A permanent free service for bandwidth/LTE technology, for opening arguments within discussions hearing any testing that class forms, and any sort of arbitration claims processed are settled. Giving back to private sectors,to public interaction within
111-
the community, state, country, and never excludes global conglomerates due to consumer reports, feedbacks, sharing viable information that interests any disadvantages against
111+
the community, state, country, and never excludes global conglomerates due to consumer reports, feedbacks, sharing viable information that interests any disadvantages against
112112

113113
## Attribution
114114

@@ -117,7 +117,7 @@ version 2.0, available at
117117
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
118118

119119
Community Impact Guidelines were inspired by [Mozilla's code of conduct
120-
enforcement reversal legislations relativity](https://github.com/mozilla/diversity).
120+
enforcement reversal legislation relativity](https://github.com/mozilla/diversity).
121121

122122
[homepage]: https://www.contributor-covenant.org
123123

0 commit comments

Comments
 (0)