Skip to content

Commit

Permalink
Merge pull request #1014 from bajrangCoder/workflow-tweaks@2
Browse files Browse the repository at this point in the history
Added spellchecker command and workflow
  • Loading branch information
bajrangCoder authored Aug 26, 2024
2 parents f7613d6 + da3ba38 commit 2b356bc
Show file tree
Hide file tree
Showing 12 changed files with 1,688 additions and 127 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: CI

on:
push:
pull_request:

jobs:
spell-check:
name: Check spelling
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"

- name: Install cspell
run: npm install -g cspell

- name: Run spell check
run: cspell
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@
- Now it will ask what to do with unsaved files.
- [x] **File changed alert**
- Fixed file changed alert showing up even when file is not changed.
- [x] **X-Plore**
- Fixed file not opening when opened from X-Plore.
- [x] **Explore**
- Fixed file not opening when opened from Explore.
- [x] **Extensions app in sidebar**
- Fixed extensions app's explore not rendering properly.
- [x] **Minor bugs**
Expand Down
8 changes: 4 additions & 4 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ the consequences for any action they deem in violation of this Code of Conduct:
### 1. Corrections Issues

**Community Impact**: Must Not Use of inappropriate coding language or other hacker behavior deemed
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.
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.

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

### 3. Temporary Guidance
### 3. Temporary Guidance
**Community Impact**: A serious violation of community standards, including
sustained inappropriate behavior.

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

**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
the community, state, country, and never excludes global conglomerates due to consumer reports, feedbacks, sharing viable information that interests any disadvantages against
the community, state, country, and never excludes global conglomerates due to consumer reports, feedbacks, sharing viable information that interests any disadvantages against

## Attribution

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

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

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

Expand Down
Loading

0 comments on commit 2b356bc

Please sign in to comment.