الملفات
unittest-test/.github/workflows/main.yaml
Ahmed Hesham f90812f749
فشلت بعض الفحوصات
Ghaymah Deploy / test (push) Failing after 7s
run flake8
2025-10-16 10:42:06 +03:00

23 أسطر
386 B
YAML

name: Ghaymah Deploy
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
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
- name: run pyflake8
run: flake8 .