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