From 0b1f80e47fcf8be4bf8464dbfa14915d33fda0b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Gonz=C3=A1lez=20Santamarta?= Date: Thu, 24 Oct 2024 22:41:04 +0200 Subject: [PATCH] python_formatter --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f32a83..60d515e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: Python CI with Docker and Formatting Check on: [push, pull_request] jobs: - formatter: + python_formatter: runs-on: ubuntu-latest steps: - name: Checkout code