Ah, I need to checkout stuff
All checks were successful
Flake8 / build (3.11) (push) Successful in 7s

This commit is contained in:
Ruben van Staveren 2025-03-14 12:07:00 +01:00
parent ae3c846a39
commit 5c8cd6c00f
Signed by: ruben
GPG Key ID: 886F6BECD477A93F

View File

@ -11,7 +11,7 @@ jobs:
matrix:
python-version: ["3.11"]
steps:
- uses: actions/checkout@v4
- name: Analyse code with Flake8
run: |
find .
flake8 $(git ls-files '*.py')