From f90812f749f1a247b1b98d342d0db828d192e9ce Mon Sep 17 00:00:00 2001 From: Ahmed Hesham Date: Thu, 16 Oct 2025 10:42:06 +0300 Subject: [PATCH] run flake8 --- .github/workflows/main.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index be31d44..ac7089e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -8,7 +8,6 @@ on: jobs: test: - runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v5.0.0 @@ -19,4 +18,6 @@ jobs: - name: setup pyflake8 run: | python -m pip install flake8 - \ No newline at end of file + + - name: run pyflake8 + run: flake8 . \ No newline at end of file