الملفات
unittest-test/.github/workflows/main.yaml
Ahmed Hesham ccf60d8fff
فشلت بعض الفحوصات
Ghaymah Deploy / test (push) Failing after 2m20s
update setup pyflake8
2025-10-16 10:51:09 +03:00

25 أسطر
418 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: |
apt update
apt install python3-flake8 -y
- name: run flake8
run: flake8 .