Add main requirements for type checking
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Flake8
|
name: Linting
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Checkout Source
|
- name: Checkout Source
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install flake8
|
- name: Install flake8
|
||||||
run: pip install -r requirements-dev.txt
|
run: pip install -r requirements.txt -r requirements-dev.txt
|
||||||
- name: Syntax Check
|
- name: Syntax Check
|
||||||
run: |
|
run: |
|
||||||
flake8 --version
|
flake8 --version
|
||||||
|
|||||||
Reference in New Issue
Block a user