From 5d1e1d7d99dc60f524a4c547253d3898dc5b3196 Mon Sep 17 00:00:00 2001 From: Sebastien Gioria Date: Fri, 5 Dec 2025 16:39:16 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20mettre=20=C3=A0=20jour=20le=20workflow?= =?UTF-8?q?=20Python=20pour=20utiliser=20la=20derni=C3=A8re=20version=20de?= =?UTF-8?q?=20Python=20et=20ajouter=20un=20script=20de=20listing=20des=20d?= =?UTF-8?q?=C3=A9p=C3=B4ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python-app.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index e13d861..78b01fa 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -31,9 +31,6 @@ jobs: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - - name: Test with pytest - run: | - pytest - name: Run repository listing script run: | python githubTools/devsecops/listAllgithubRepos.py https://github.com/SPoint42 --format https