Drop aspell dictionary from Linux workflow
This commit is contained in:
@@ -21,12 +21,14 @@ jobs:
|
||||
architecture: x64
|
||||
- name: Checkout Source
|
||||
uses: actions/checkout@v4
|
||||
- name: Install flake8
|
||||
- name: Install Dependencies
|
||||
run: pip install -r requirements.txt -r requirements-dev.txt
|
||||
- name: Syntax Check
|
||||
- name: Run Flake8
|
||||
run: |
|
||||
flake8 --version
|
||||
flake8 novelwriter --count --show-source --statistics
|
||||
flake8 tests --count --show-source --statistics --extend-ignore ANN
|
||||
- name: Run Pyright
|
||||
run: |
|
||||
pyright --version
|
||||
pyright
|
||||
|
||||
Reference in New Issue
Block a user