Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added spellchecker command and workflow #1014

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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