From 6e8d24ac6cfc5879920630f53e6c711679a42511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Gonz=C3=A1lez=20Santamarta?= Date: Thu, 24 Oct 2024 23:03:26 +0200 Subject: [PATCH] minor fix in ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60d515e..e5b90d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Python CI with Docker and Formatting Check +name: CI with Formatting Check and Docker on: [push, pull_request] @@ -14,10 +14,10 @@ jobs: with: args: ". --check --diff" - build: + docker_build: runs-on: ubuntu-latest steps: - - name: Checkout + - name: Checkout code uses: actions/checkout@v4 - name: Set up Docker Buildx