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