From 0387cb1998872d30b9267ff4cc3253a88f3e38cf Mon Sep 17 00:00:00 2001 From: Arthur Bied-Charreton <136271426+winstonallo@users.noreply.github.com> Date: Mon, 20 May 2024 18:29:30 +0200 Subject: [PATCH] Create python-format.yml --- .github/workflows/python-format.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/workflows/python-format.yml diff --git a/.github/workflows/python-format.yml b/.github/workflows/python-format.yml new file mode 100644 index 0000000..cf0cd58 --- /dev/null +++ b/.github/workflows/python-format.yml @@ -0,0 +1,3 @@ + - name: Run black formatter + uses: rickstaa/action-black@v1.3.3 +