add pyflake8 setup
هذا الالتزام موجود في:
7
.github/workflows/main.yaml
مباع
7
.github/workflows/main.yaml
مباع
@@ -7,11 +7,16 @@ on:
|
|||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v5.0.0
|
uses: actions/checkout@v5.0.0
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: python3 test_main.py
|
run: python3 test_main.py
|
||||||
|
|
||||||
|
- name: setup pyflake8
|
||||||
|
run: |
|
||||||
|
python -m pip install flake8
|
||||||
|
|
||||||
المرجع في مشكلة جديدة
حظر مستخدم